You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Sebastian Annies (JIRA)" <ji...@apache.org> on 2010/08/18 11:50:16 UTC

[jira] Created: (SOLR-2055) CLONE -woodstox dependency in maven solrj has wrong groupId

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
            Reporter: Sebastian Annies
            Assignee: Shalin Shekhar Mangar
             Fix For: 1.4


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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (SOLR-2055) CLONE -woodstox dependency in maven solrj has wrong groupId

Posted by "Sebastian Annies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Annies updated SOLR-2055:
-----------------------------------

    Affects Version/s: 1.4.1
                           (was: 1.4)
        Fix Version/s:     (was: 1.4)

This is not fixed for 1.4.1

> 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: Shalin Shekhar Mangar
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Commented: (SOLR-2055) CLONE -woodstox dependency in maven solrj has wrong groupId

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899945#action_12899945 ] 

Ryan McKinley commented on SOLR-2055:
-------------------------------------

isn't this the same as SOLR-2042?

> 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: Shalin Shekhar Mangar
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Commented: (SOLR-2055) CLONE -woodstox dependency in maven solrj has wrong groupId

Posted by "Sebastian Annies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900027#action_12900027 ] 

Sebastian Annies commented on SOLR-2055:
----------------------------------------

Not quite. SOLR-2042 is reported and fixed against the next major! In case there is another 1.4.x release I'd like a fix there!

> 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: Shalin Shekhar Mangar
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Commented: (SOLR-2055) CLONE -woodstox dependency in maven solrj has wrong groupId

Posted by "Drew Farris (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900155#action_12900155 ] 

Drew Farris commented on SOLR-2055:
-----------------------------------

bq. In case there is another 1.4.x release I'd like a fix there! 

Confirmed. I would have thought SOLR-981 would have done the job, but it doesn't appear to be the case. The patch at https://issues.apache.org/jira/secure/attachment/12451899/SOLR-2042.patch should do the trick for branch-1.4 as well.

> 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: Shalin Shekhar Mangar
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org