Skip to content

Commit b178958

Browse files
izeyesnicoll
authored andcommitted
Provide dependency management for elasticsearch-rest-client-sniffer
See gh-24173
1 parent 039666a commit b178958

File tree

1 file changed

+11
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+11
-0
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,6 +2154,17 @@
21542154
</exclusion>
21552155
</exclusions>
21562156
</dependency>
2157+
<dependency>
2158+
<groupId>org.elasticsearch.client</groupId>
2159+
<artifactId>elasticsearch-rest-client-sniffer</artifactId>
2160+
<version>${elasticsearch.version}</version>
2161+
<exclusions>
2162+
<exclusion>
2163+
<groupId>commons-logging</groupId>
2164+
<artifactId>commons-logging</artifactId>
2165+
</exclusion>
2166+
</exclusions>
2167+
</dependency>
21572168
<dependency>
21582169
<groupId>org.elasticsearch.client</groupId>
21592170
<artifactId>elasticsearch-rest-high-level-client</artifactId>

0 commit comments

Comments
 (0)