[ http://jira.codehaus.org/browse/MEV-360?page=all ] Carlos Sanchez closed MEV-360: ------------------------------
Assign To: Carlos Sanchez Resolution: Fixed Fixed with <dependency> <groupId>xpp3</groupId> <artifactId>xpp3_min</artifactId> <version>1.1.3.4-RC8</version> </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 > Assignee: Carlos Sanchez > > > 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