[ 
https://issues.apache.org/jira/browse/SOLR-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263165#comment-13263165
 ] 

Ryan McKinley commented on SOLR-3411:
-------------------------------------

3.x is in a middle ground -- it includes two versions of the HTTP SolrServer 
one using httpclient and the other commons-http.  in 4.x the commons-http 
version will get dropped.

                
> 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]

Reply via email to