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


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

Reply via email to