File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 152
152
<groupId >org.elasticsearch.client</groupId >
153
153
<artifactId >transport</artifactId >
154
154
<version >${elasticsearch} </version >
155
+ <exclusions >
156
+ <exclusion >
157
+ <groupId >commons-logging</groupId >
158
+ <artifactId >commons-logging</artifactId >
159
+ </exclusion >
160
+ </exclusions >
155
161
</dependency >
156
162
157
163
<dependency >
158
164
<!-- required by elasticsearch -->
159
165
<groupId >org.elasticsearch.plugin</groupId >
160
166
<artifactId >transport-netty4-client</artifactId >
161
167
<version >${elasticsearch} </version >
168
+ <exclusions >
169
+ <exclusion >
170
+ <groupId >commons-logging</groupId >
171
+ <artifactId >commons-logging</artifactId >
172
+ </exclusion >
173
+ </exclusions >
162
174
</dependency >
163
175
164
176
<dependency >
You can’t perform that action at this time.
0 commit comments