[ http://jira.codehaus.org/browse/MEV-139?page=all ] Carlos Sanchez closed MEV-139: ------------------------------
Assign To: Carlos Sanchez Resolution: Fixed Removed pom so it gets regenerated from m1 pom > Struts 1.2.4's POM should have dependencies on commons-digester, > commons-beanutils and commons-validator > -------------------------------------------------------------------------------------------------------- > > Key: MEV-139 > URL: http://jira.codehaus.org/browse/MEV-139 > Project: Maven Evangelism > Type: Bug > Components: Invalid POM > Reporter: Matt Raible > Assignee: Carlos Sanchez > > > This one seems to work better: > <project> > <modelVersion>4.0.0</modelVersion> > <groupId>struts</groupId> > <artifactId>struts</artifactId> > <version>1.2.4</version> > <dependencies> > <dependency> > <artifactId>commons-beanutils</artifactId> > <groupId>commons-beanutils</groupId> > <version>1.7.0</version> > </dependency> > <dependency> > <artifactId>commons-digester</artifactId> > <groupId>commons-digester</groupId> > <version>1.7</version> > </dependency> > <dependency> > <artifactId>commons-validator</artifactId> > <groupId>commons-validator</groupId> > <version>1.1.4</version> > </dependency> > </dependencies> > </project> -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]