[ http://jira.codehaus.org/browse/MEV-420?page=all ] Carlos Sanchez closed MEV-420: ------------------------------
Assign To: Carlos Sanchez Resolution: Fixed I didn't change this pom, I've added a relocation pom for that springframework, so now it should work. > beanlib-hibernate has invalid dependency reference to spring > ------------------------------------------------------------ > > Key: MEV-420 > URL: http://jira.codehaus.org/browse/MEV-420 > Project: Maven Evangelism > Type: Task > Components: Invalid POM > Reporter: Mark Reynolds > Assignee: Carlos Sanchez > > > This doesn't exist: > <dependency> > <groupId>springframework</groupId> > <artifactId>spring</artifactId> > <version>2.0-M4</version> > </dependency> > it should be this: > <dependency> > <groupId>org.springframework</groupId> > <artifactId>spring</artifactId> > <version>2.0-M4</version> > </dependency> > NOTE: also applies to version 3.2.0 -- 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