You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/12/17 21:46:05 UTC

svn commit: r604997 - in /cayenne/main/trunk: assembly/src/main/assembly/main.xml framework/cayenne-server/pom.xml

Author: aadamchik
Date: Mon Dec 17 12:46:04 2007
New Revision: 604997

URL: http://svn.apache.org/viewvc?rev=604997&view=rev
Log:
adding jpa.jar to the third-party libs

Modified:
    cayenne/main/trunk/assembly/src/main/assembly/main.xml
    cayenne/main/trunk/framework/cayenne-server/pom.xml

Modified: cayenne/main/trunk/assembly/src/main/assembly/main.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/assembly/src/main/assembly/main.xml?rev=604997&r1=604996&r2=604997&view=diff
==============================================================================
--- cayenne/main/trunk/assembly/src/main/assembly/main.xml (original)
+++ cayenne/main/trunk/assembly/src/main/assembly/main.xml Mon Dec 17 12:46:04 2007
@@ -43,6 +43,7 @@
 				<include>commons-collections:commons-collections</include>
 				<include>commons-lang:commons-lang</include>
 				<include>commons-logging:commons-logging</include>
+				<include>org.apache.geronimo.specs:geronimo-jpa_3.0_spec</include>
 				<include>org.objectstyle.ashwood:ashwood</include>
 				<include>velocity:velocity</include>
 			</includes>

Modified: cayenne/main/trunk/framework/cayenne-server/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-server/pom.xml?rev=604997&r1=604996&r2=604997&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-server/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-server/pom.xml Mon Dec 17 12:46:04 2007
@@ -66,6 +66,11 @@
 			<groupId>asm</groupId>
 			<artifactId>asm-commons</artifactId>
 		</dependency>
+		
+		<dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-jpa_3.0_spec</artifactId>
+		</dependency>
                 
 		<dependency>
 			<groupId>commons-collections</groupId>