We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cd64c commit 95401a5Copy full SHA for 95401a5
pom.xml
@@ -145,13 +145,25 @@
145
<groupId>org.elasticsearch.client</groupId>
146
<artifactId>transport</artifactId>
147
<version>${elasticsearch}</version>
148
+ <exclusions>
149
+ <exclusion>
150
+ <groupId>commons-logging</groupId>
151
+ <artifactId>commons-logging</artifactId>
152
+ </exclusion>
153
+ </exclusions>
154
</dependency>
155
156
<dependency>
157
<!-- required by elasticsearch -->
158
<groupId>org.elasticsearch.plugin</groupId>
159
<artifactId>transport-netty4-client</artifactId>
160
161
162
163
164
165
166
167
168
169
0 commit comments