Changed JPA API dependency from javax.persistence/persistence-api to org.apache.geronimo.specs/geronimo-jpa_3.0_spec since the latter is a more correct reflection of the specification.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@506898 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2007-02-13 08:09:18 +00:00
parent db07362e27
commit ac5aa0823d
2 changed files with 2 additions and 3 deletions

View File

@ -37,8 +37,8 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jpa_3.0_spec</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>

View File

@ -215,7 +215,6 @@ and resource files are also released under the ASF license above.
The exceptions are as follows:
===========================
persistence-api-1.0.jar
orm-xsd.rsrc - included in the openjpa jar, taken from:
http://java.sun.com/xml/ns/persistence/orm_1_0.xsd)
persistence-xsd.rsrc - included in the openjpa jar, taken from: