We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039666a commit b178958Copy full SHA for b178958
spring-boot-project/spring-boot-dependencies/pom.xml
@@ -2154,6 +2154,17 @@
2154
</exclusion>
2155
</exclusions>
2156
</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>
2168
<dependency>
2169
<groupId>org.elasticsearch.client</groupId>
2170
<artifactId>elasticsearch-rest-high-level-client</artifactId>
0 commit comments