[ http://jira.codehaus.org/browse/MEV-447?page=all ]
Carlos Sanchez closed MEV-447. ------------------------------ Assignee: Carlos Sanchez Resolution: Duplicate > Commons Logging 1.1 should have optional for all dependencies > ------------------------------------------------------------- > > Key: MEV-447 > URL: http://jira.codehaus.org/browse/MEV-447 > Project: Maven Evangelism > Issue Type: Bug > Components: Invalid POM > Reporter: Matt Raible > Assigned To: Carlos Sanchez > > http://ibiblio.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom > Should be: > <dependencies> > <dependency> > <groupId>log4j</groupId> > <artifactId>log4j</artifactId> > <version>1.2.12</version> > <optional>true</optional> > </dependency> > <dependency> > <groupId>logkit</groupId> > <artifactId>logkit</artifactId> > <version>1.0.1</version> > <optional>true</optional> > </dependency> > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > <version>3.8.1</version> > <scope>test</scope> > </dependency> > <dependency> > <groupId>avalon-framework</groupId> > <artifactId>avalon-framework</artifactId> > <version>4.1.3</version> > <optional>true</optional> > </dependency> > <dependency> > <groupId>javax.servlet</groupId> > <artifactId>servlet-api</artifactId> > <version>2.3</version> > <optional>true</optional> > </dependency> > </dependencies> -- 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