Skip to content

Commit

Permalink
Merge pull request #24173 from izeye
Browse files Browse the repository at this point in the history
* pr/24173:
  Provide dependency management for elasticsearch-rest-client-sniffer

Closes gh-24173
  • Loading branch information
snicoll committed Nov 17, 2020
2 parents 039666a + b178958 commit 749f039
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions spring-boot-project/spring-boot-dependencies/pom.xml
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 749f039

Please sign in to comment.