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 145
145
<groupId >org.elasticsearch.client</groupId >
146
146
<artifactId >transport</artifactId >
147
147
<version >${elasticsearch} </version >
148
+ <exclusions >
149
+ <exclusion >
150
+ <groupId >commons-logging</groupId >
151
+ <artifactId >commons-logging</artifactId >
152
+ </exclusion >
153
+ </exclusions >
148
154
</dependency >
149
155
150
156
<dependency >
151
157
<!-- required by elasticsearch -->
152
158
<groupId >org.elasticsearch.plugin</groupId >
153
159
<artifactId >transport-netty4-client</artifactId >
154
160
<version >${elasticsearch} </version >
161
+ <exclusions >
162
+ <exclusion >
163
+ <groupId >commons-logging</groupId >
164
+ <artifactId >commons-logging</artifactId >
165
+ </exclusion >
166
+ </exclusions >
155
167
</dependency >
156
168
157
169
<dependency >
You can’t perform that action at this time.
0 commit comments