Skip to content

Commit

Permalink
Provide dependency management for elasticsearch-rest-client-sniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and snicoll committed Nov 17, 2020
1 parent 039666a commit b178958
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions spring-boot-project/spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2154,6 +2154,17 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client-sniffer</artifactId>
<version>${elasticsearch.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
Expand Down

0 comments on commit b178958

Please sign in to comment.