[ http://jira.codehaus.org/browse/MEV-361?page=all ]
     
Carlos Sanchez closed MEV-361:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

Fixed with

    <dependency>
      <groupId>xpp3</groupId>
      <artifactId>xpp3_min</artifactId>
      <version>1.1.3.4-RC8</version>
      <scope>test</scope>
    </dependency>


> picocontainer has invalid xpp3 dependency
> -----------------------------------------
>
>          Key: MEV-361
>          URL: http://jira.codehaus.org/browse/MEV-361
>      Project: Maven Evangelism
>         Type: Improvement

>   Components: Dependencies
>     Reporter: Wayne Fay
>     Assignee: Carlos Sanchez

>
>
> http://www.ibiblio.org/maven2/picocontainer/picocontainer/1.2-RC-2/picocontainer-1.2-RC-2.pom
>   <groupId>picocontainer</groupId>
>   <artifactId>picocontainer</artifactId>
>   <name>PicoContainer Core</name>
>   <version>1.2-RC-2</version>
> ...
>     <dependency>
>       <groupId>xpp3</groupId>
>       <artifactId>xpp3</artifactId>
>       <version>1.1.3.4-RC8_min</version>
>     </dependency>
> This should be updated to use a classifier instead:
>     <dependency>
>       <groupId>xpp3</groupId>
>       <artifactId>xpp3</artifactId>
>       <version>1.1.3.4</version>
>       <classifier>RC8_min</classifier>
>     </dependency>

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

Reply via email to