[ http://jira.codehaus.org/browse/MEV-139?page=comments#action_49840 ]
Carlos Sanchez commented on MEV-139: ------------------------------------ we should get the pom from 1.2.7 and adjust as necessary > 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 > > > 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]
