You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "fabrizio giustina (JIRA)" <ji...@codehaus.org> on 2006/01/14 10:03:01 UTC

[jira] Created: (MEV-294) Fix xml-apis dependency in dom4j poms

Fix xml-apis dependency in dom4j poms
-------------------------------------

         Key: MEV-294
         URL: http://jira.codehaus.org/browse/MEV-294
     Project: Maven Evangelism
        Type: Task

  Components: Dependencies  
    Reporter: fabrizio giustina


pom contains a dependency on xml-apis:2.0.2, which has been relocated to xml-apis:1.0.b2.

Should be fixed with:

    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.0.b2</version>
    </dependency>

Same issue also for other dom4j versions 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MEV-294) Fix xml-apis dependency in dom4j poms

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-294?page=all ]
     
Carlos Sanchez closed MEV-294:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Won't Fix

relocations are just warnings

> Fix xml-apis dependency in dom4j poms
> -------------------------------------
>
>          Key: MEV-294
>          URL: http://jira.codehaus.org/browse/MEV-294
>      Project: Maven Evangelism
>         Type: Task

>   Components: Dependencies
>     Reporter: fabrizio giustina
>     Assignee: Carlos Sanchez

>
>
> pom contains a dependency on xml-apis:2.0.2, which has been relocated to xml-apis:1.0.b2.
> Should be fixed with:
>     <dependency>
>       <groupId>xml-apis</groupId>
>       <artifactId>xml-apis</artifactId>
>       <version>1.0.b2</version>
>     </dependency>
> Same issue also for other dom4j versions 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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