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 2013/11/17 10:46:14 UTC

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

Author: aadamchik
Date: Sun Nov 17 09:46:14 2013
New Revision: 1542677

URL: http://svn.apache.org/r1542677
Log:
CAY-1883 - Clean up Cayenne maven structure - get rid of aggregate modules

configuring cayenne-server

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

Modified: cayenne/main/trunk/cayenne-client/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/cayenne-client/pom.xml?rev=1542677&r1=1542676&r2=1542677&view=diff
==============================================================================
--- cayenne/main/trunk/cayenne-client/pom.xml (original)
+++ cayenne/main/trunk/cayenne-client/pom.xml Sun Nov 17 09:46:14 2013
@@ -70,7 +70,7 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.cayenne</groupId>
-			<artifactId>cayenne-core</artifactId>
+			<artifactId>cayenne-server</artifactId>
 			<version>${project.version}</version>
 			<type>test-jar</type>
 			<scope>test</scope>