We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
commons-logging
1 parent 5a0f556 commit acbfba9Copy full SHA for acbfba9
pom.xml
@@ -131,13 +131,19 @@
131
</exclusion>
132
</exclusions>
133
</dependency>
134
+
135
<dependency>
136
<groupId>org.elasticsearch.client</groupId>
137
<artifactId>elasticsearch-rest-client</artifactId>
138
<version>${elasticsearch-java}</version>
139
+ <exclusions>
140
+ <exclusion>
141
+ <groupId>commons-logging</groupId>
142
+ <artifactId>commons-logging</artifactId>
143
+ </exclusion>
144
+ </exclusions>
145
146
-
147
<!-- Jackson JSON Mapper -->
148
149
<groupId>com.fasterxml.jackson.core</groupId>
0 commit comments