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 2009/12/24 20:32:06 UTC

svn commit: r893804 - /cayenne/main/trunk/framework/cayenne-client/pom.xml

Author: aadamchik
Date: Thu Dec 24 19:32:03 2009
New Revision: 893804

URL: http://svn.apache.org/viewvc?rev=893804&view=rev
Log:
adding cayenne-di to ROP aggregated jar, as it contains common exceptions

also di should be used by ROP at some point

Modified:
    cayenne/main/trunk/framework/cayenne-client/pom.xml

Modified: cayenne/main/trunk/framework/cayenne-client/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-client/pom.xml?rev=893804&r1=893803&r2=893804&view=diff
==============================================================================
--- cayenne/main/trunk/framework/cayenne-client/pom.xml (original)
+++ cayenne/main/trunk/framework/cayenne-client/pom.xml Thu Dec 24 19:32:03 2009
@@ -32,6 +32,12 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.cayenne.unpublished</groupId>
+			<artifactId>cayenne-di-unpublished</artifactId>
+			<version>${version}</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.cayenne.unpublished</groupId>
 			<artifactId>cayenne-jdk1.5-unpublished</artifactId>
 			<version>${version}</version>
 			<scope>provided</scope>
@@ -74,6 +80,11 @@
 							<artifactItems>
 								<artifactItem>
 									<groupId>org.apache.cayenne.unpublished</groupId>
+									<artifactId>cayenne-di-unpublished</artifactId>
+									<version>${version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.cayenne.unpublished</groupId>
 									<artifactId>cayenne-jdk1.5-unpublished</artifactId>
 									<version>${version}</version>
 								</artifactItem>