[ http://jira.codehaus.org/browse/MEV-7?page=comments#action_41529 ]
Kevin Brown commented on MEV-7: ------------------------------- There have been 8 point releases of XOM since 1.0b3. Currently XOM is at a 1.0 release (aka 1.0b11/RC5) http://www.cafeconleche.org/XOM/history.html > Broken/missing dependencies for xom > ----------------------------------- > > Key: MEV-7 > URL: http://jira.codehaus.org/browse/MEV-7 > Project: Maven Evangelism > Type: Task > Components: Invalid POM > Reporter: Mark Hobson > > > The servlet dependency: > <dependency> > <groupId>servletapi</groupId> > <artifactId>servlet</artifactId> > <version>2.4</version> > </dependency> > should be: > <dependency> > <groupId>servletapi</groupId> > <artifactId>servletapi</artifactId> > <version>2.4</version> > </dependency> > Also, the following dependencies are not found in the maven2 repos: > <dependency> > <groupId>icu4j</groupId> > <artifactId>icu4j</artifactId> > <version>2.6.1</version> > </dependency> > <dependency> > <groupId>tagsoup</groupId> > <artifactId>tagsoup</artifactId> > <version>0.9.7</version> > </dependency> > <dependency> > <groupId>servletapi</groupId> > <artifactId>servletapi</artifactId> > <version>2.4</version> > </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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
