[ 
https://issues.apache.org/jira/browse/SOLR-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Rowe resolved SOLR-2055.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1
         Assignee: Steven Rowe  (was: Shalin Shekhar Mangar)
    
> CLONE -woodstox dependency in maven solrj has wrong groupId
> -----------------------------------------------------------
>
>                 Key: SOLR-2055
>                 URL: https://issues.apache.org/jira/browse/SOLR-2055
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 1.4.1
>            Reporter: Sebastian Annies
>            Assignee: Steven Rowe
>             Fix For: 3.1
>
>
> Woodstox project has long changed their groupId and artifacts under the old 
> groupId are actually not defined correctly in the maven2, causing various 
> silly issues with maven:
> pom file of Solrj 1.4-SNAPSHOT has woodstox Sax dependency defined as 
>     <dependency>
>       <groupId>woodstox</groupId>
>       <artifactId>wstx-asl</artifactId>
>       <version>3.2.7</version>
>     </dependency>
> where the correct dependency should be 
>       <dependency>
>         <groupId>org.codehaus.woodstox</groupId>
>         <artifactId>wstx-asl</artifactId>
>         <version>3.2.7</version>
>       </dependency>

--
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to