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

Richard Frovarp commented on SOLR-3411:
---------------------------------------

Got it. My confusion came in because commons-httpclient is included. I moved 
from the deprecated StreamingUpdateSolrServer to the not deprecated (and not 
HttpSolrServer from the pom comments) ConcurrentUpdateSolrServer and failed on 
compile. That too is dependent on the new httpclient. 
                
> 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