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/04/05 01:37:04 UTC

svn commit: r525639 - in /cayenne/main/trunk: itests/jpa-chapter5/pom.xml pom.xml

Author: aadamchik
Date: Wed Apr  4 16:37:03 2007
New Revision: 525639

URL: http://svn.apache.org/viewvc?view=rev&rev=525639
Log:
fixing poms for the latest OpenEJB used in itests - it now needs Derby

Modified:
    cayenne/main/trunk/itests/jpa-chapter5/pom.xml
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/itests/jpa-chapter5/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter5/pom.xml?view=diff&rev=525639&r1=525638&r2=525639
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter5/pom.xml (original)
+++ cayenne/main/trunk/itests/jpa-chapter5/pom.xml Wed Apr  4 16:37:03 2007
@@ -50,6 +50,11 @@
 			<groupId>org.apache.geronimo.specs</groupId>
 			<artifactId>geronimo-jpa_3.0_spec</artifactId>
 		</dependency>
+
+		<dependency>
+			<groupId>org.apache.derby</groupId>
+			<artifactId>derby</artifactId>
+		</dependency>
 	</dependencies>
 
 	<build>

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?view=diff&rev=525639&r1=525638&r2=525639
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Wed Apr  4 16:37:03 2007
@@ -322,6 +322,13 @@
 				<version>1.8.0.4</version>
 			</dependency>
 
+                        <dependency>
+				<groupId>org.apache.derby</groupId>
+				<artifactId>derby</artifactId>
+				<version>10.1.1.0</version>
+				<scope>test</scope>
+                        </dependency>
+
 			<dependency>
 				<groupId>com.caucho</groupId>
 				<artifactId>hessian</artifactId>
@@ -719,14 +726,6 @@
 					<value>derby</value>
 				</property>
 			</activation>
-			<dependencies>
-				<dependency>
-					<groupId>org.apache.derby</groupId>
-					<artifactId>derby</artifactId>
-					<version>10.1.1.0</version>
-					<scope>test</scope>
-				</dependency>
-			</dependencies>
 		</profile>
 	</profiles>
 </project>