From ac5aa0823db7e643462d13f921275ec806114414 Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Tue, 13 Feb 2007 08:09:18 +0000 Subject: [PATCH] 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 --- openjpa-persistence/pom.xml | 4 ++-- openjpa-project/LICENSE.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/openjpa-persistence/pom.xml b/openjpa-persistence/pom.xml index 1d69090b2..a3f6851c8 100644 --- a/openjpa-persistence/pom.xml +++ b/openjpa-persistence/pom.xml @@ -37,8 +37,8 @@ compile - javax.persistence - persistence-api + org.apache.geronimo.specs + geronimo-jpa_3.0_spec 1.0 compile diff --git a/openjpa-project/LICENSE.txt b/openjpa-project/LICENSE.txt index 0b10e893e..36e7fef4c 100644 --- a/openjpa-project/LICENSE.txt +++ b/openjpa-project/LICENSE.txt @@ -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: