[
https://issues.apache.org/jira/browse/SOLR-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe resolved SOLR-3411.
-------------------------------
Resolution: Not A Problem
Assignee: Steven Rowe
The httpclient dependencies are listed in the solrj POM as optional, so they
are not transitive dependencies for users of solrj. This is intentional, to
keep the dependency set small; some users of solrj will not need the httpclient
dependency.
> Solrj doesn't have correct dependencies in pom
> ----------------------------------------------
>
> Key: SOLR-3411
> URL: https://issues.apache.org/jira/browse/SOLR-3411
> Project: Solr
> Issue Type: Bug
> Components: clients - java
> Affects Versions: 3.6
> Reporter: Richard Frovarp
> Assignee: Steven Rowe
>
> The the released pom for solrj 3.6.0 doesn't include the require dependency
> to httpclient 4.1.3. If I look to the grandparent, I can see that it is
> dependency managed, but it does appear as an actual dependency. When trying
> to use org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer, one gets
> a compile error:
> class file for org.apache.http.client.HttpClient not found
> solr = new ConcurrentUpdateSolrServer("http://localhost:8983/solr",
> QUEUE_SIZE, THREAD_COUNT);
> Putting the dependency in fixes the problem, but that isn't something the
> developer should have to do.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]