DATAES-469 - Remove superfluous dependency elasticsearch.

This commit is contained in:
xhaggi 2018-06-28 10:53:54 +02:00 committed by Oliver Gierke
parent d66b2a6f63
commit e58c43f391
No known key found for this signature in database
GPG Key ID: 6E42B5787543F690

View File

@ -67,12 +67,6 @@
</dependency>
<!-- Elasticsearch -->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>${elasticsearch}</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>transport</artifactId>