[ http://jira.codehaus.org/browse/MEV-7?page=all ] Carlos Sanchez closed MEV-7: ----------------------------
Assign To: Carlos Sanchez Resolution: Fixed Servlet api is fixed. If there're missing jars, please create upload bundles > 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 > Assignee: Carlos Sanchez > > > 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]