You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by David Blevins <da...@visi.com> on 2006/08/15 13:30:15 UTC

Fixed the geronimo-jpa-spec jar

FYI, I fixed the ASL licensed JPA spec jar in Geronimo svn.  It had  
some old signatures and was missing two exception classes.  Got the  
code checked in -- haven't published any snapshots yet though.

I ran the OpenJPA build and tests with it and everything passed.  You  
may likely decide to stick with the CDDL version, but thought you  
might like the option.

-David

Index: openjpa-persistence/pom.xml
===================================================================
--- openjpa-persistence/pom.xml (revision 430652)
+++ openjpa-persistence/pom.xml (working copy)
@@ -21,10 +21,9 @@
              <scope>compile</scope>
          </dependency>
          <dependency>
-            <groupId>javax.persistence</groupId>
-            <artifactId>persistence-api</artifactId>
-            <version>1.0</version>
-            <scope>compile</scope>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <version>1.0-SNAPSHOT</version>
          </dependency>
      </dependencies>
      <build>