SolrJ POM still refers to stax parser
-------------------------------------
Key: SOLR-1950
URL: https://issues.apache.org/jira/browse/SOLR-1950
Project: Solr
Issue Type: Bug
Components: clients - java
Affects Versions: 1.4
Reporter: Peter Karich
Priority: Minor
See the issue at https://issues.apache.org/jira/browse/SOLR-787 which seems to
be incorrectly fixed. (I cannot reopen that issue, so I create this one here)
Using the following deps:
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<artifactId>solr-core</artifactId>
<groupId>org.apache.solr</groupId>
<version>1.4.0</version>
</dependency>
will lead to duplicate jars. (Solr uses woodstox and SolrJ uses the different
artifact (but same jar) org.codehaus.woodstox )
But maybe the artifacts are only incorrectly deployed? Where can I find the
original pom files?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]