We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7088f8 commit 15ca49aCopy full SHA for 15ca49a
pom.xml
@@ -152,13 +152,25 @@
152
<groupId>org.elasticsearch.client</groupId>
153
<artifactId>transport</artifactId>
154
<version>${elasticsearch}</version>
155
+ <exclusions>
156
+ <exclusion>
157
+ <groupId>commons-logging</groupId>
158
+ <artifactId>commons-logging</artifactId>
159
+ </exclusion>
160
+ </exclusions>
161
</dependency>
162
163
<dependency>
164
<!-- required by elasticsearch -->
165
<groupId>org.elasticsearch.plugin</groupId>
166
<artifactId>transport-netty4-client</artifactId>
167
168
169
170
171
172
173
174
175
176
0 commit comments