Richard Frovarp created SOLR-3411:
-------------------------------------

             Summary: 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


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