Skip to content

Commit e21b3e9

Browse files
committed
Followup on Solrj upgrade
Apparently Solrj no longer needs the Apache HTTP components, so these can be excluded see: https://issues.apache.org/jira/browse/SOLR-17884
1 parent 3cf4ec0 commit e21b3e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,18 @@ SPDX-License-Identifier: MIT
322322
<groupId>org.apache.solr</groupId>
323323
<artifactId>solr-solrj-streaming</artifactId>
324324
</exclusion>
325+
<exclusion>
326+
<groupId>org.apache.httpcomponents</groupId>
327+
<artifactId>httpmime</artifactId>
328+
</exclusion>
329+
<exclusion>
330+
<groupId>org.apache.httpcomponents</groupId>
331+
<artifactId>httpclient</artifactId>
332+
</exclusion>
333+
<exclusion>
334+
<groupId>org.apache.httpcomponents</groupId>
335+
<artifactId>httpcore</artifactId>
336+
</exclusion>
325337
</exclusions>
326338
</dependency>
327339
<dependency>

0 commit comments

Comments
 (0)