You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Wayne Fay (JIRA)" <ji...@codehaus.org> on 2006/03/17 20:12:11 UTC

[jira] Commented: (MEV-360) nanocontainer has invalid xpp3 dependency

    [ http://jira.codehaus.org/browse/MEV-360?page=comments#action_61393 ] 

Wayne Fay commented on MEV-360:
-------------------------------

Oops... That should have been:

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>


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

>   Components: Dependencies
>     Reporter: Wayne Fay

>
>
> http://www.ibiblio.org/maven2/nanocontainer/nanocontainer/1.0-RC-3/nanocontainer-1.0-RC-3.pom
>   <groupId>nanocontainer</groupId>
>   <artifactId>nanocontainer</artifactId>
>   <name>NanoContainer Core</name>
>   <version>1.0-RC-3</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-RC8_min</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