[ http://jira.codehaus.org/browse/MEV-53?page=comments#action_43765 ]
Ken Weiner commented on MEV-53:
-------------------------------
I should have also added a dependency on ejb3 persistence, public-draft
2005-06-23 so that the depndencies now look like this:
<dependencies>
<dependency>
<groupId>hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.1alpha1</version>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>ejb</artifactId>
<version>3.0-public-draft-20050623</version>
</dependency>
</dependencies>
> Hibernate Annotations 3.1beta3 pom should contain dependency on Hibernate
> 3.1alpha1
> -----------------------------------------------------------------------------------
>
> Key: MEV-53
> URL: http://jira.codehaus.org/browse/MEV-53
> Project: Maven Evangelism
> Type: Bug
> Components: Dependencies
> Reporter: Ken Weiner
>
>
> The POM should declare a dependency on Hibernate 3.1alpha1 as follows:
> <project>
> <modelVersion>4.0.0</modelVersion>
> <groupId>hibernate</groupId>
> <artifactId>hibernate-annotations</artifactId>
> <version>3.1beta3</version>
> <dependencies>
> <dependency>
> <groupId>hibernate</groupId>
> <artifactId>hibernate</artifactId>
> <version>3.1alpha1</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]