We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b51075 commit c8b258fCopy full SHA for c8b258f
pom.xml
@@ -322,6 +322,18 @@ SPDX-License-Identifier: MIT
322
<groupId>org.apache.solr</groupId>
323
<artifactId>solr-solrj-streaming</artifactId>
324
</exclusion>
325
+ <exclusion>
326
+ <groupId>org.apache.httpcomponents</groupId>
327
+ <artifactId>httpmime</artifactId>
328
+ </exclusion>
329
330
331
+ <artifactId>httpclient</artifactId>
332
333
334
335
+ <artifactId>httpcore</artifactId>
336
337
</exclusions>
338
</dependency>
339
<dependency>
0 commit comments