#553 - Polishing.

Remove version overrides for Elasticsearch. Cleanup dependencies.
This commit is contained in:
Mark Paluch
2020-05-15 14:20:02 +02:00
parent 3268a5f415
commit 1cd241b44a
3 changed files with 9 additions and 37 deletions

View File

@@ -18,17 +18,6 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>