[ http://jira.codehaus.org/browse/MAVENUPLOAD-1132?page=all ]

fabrizio giustina reopened MAVENUPLOAD-1132:
--------------------------------------------

             
the dependency for the ejb3 api is wrong, annotations 3.2.0-cr2 depends on the 
final version, and not from the 2006-05-02 public draft one (which was used in 
3.2.0-cr1)

Carlos, can you fix the pom just uploaded replacing:

<dependency>
<groupId>javax.persistence</groupId>
<artifactId>ejb</artifactId>
<version>3.0-public-draft-20060502</version>
</dependency>

with:
<dependency>
  <groupId>javax.persistence</groupId>
  <artifactId>persistence-api</artifactId>
  <version>1.0</version> 
</dependency>


see also MAVENUPLOAD-978

> hibernate-annotations-3.2.0.cr2
> -------------------------------
>
>                 Key: MAVENUPLOAD-1132
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1132
>             Project: maven-upload-requests
>          Issue Type: Task
>            Reporter: martin
>         Assigned To: Carlos Sanchez
>         Attachments: hibernate-annotations-3.2.0.cr2-bundle.jar
>
>


-- 
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