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 2010/11/20 13:40:23 UTC

svn commit: r1037195 - /cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml

Author: aadamchik
Date: Sat Nov 20 12:40:23 2010
New Revision: 1037195

URL: http://svn.apache.org/viewvc?rev=1037195&view=rev
Log:
the dep is declrared twice

Modified:
    cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml

Modified: cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml?rev=1037195&r1=1037194&r2=1037195&view=diff
==============================================================================
--- cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml (original)
+++ cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml Sat Nov 20 12:40:23 2010
@@ -83,12 +83,6 @@
 		</dependency>
 
         <dependency>
-            <groupId>org.apache.cayenne.unpublished</groupId>
-            <artifactId>cayenne-project-unpublished</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
 			<groupId>org.apache.cayenne</groupId>
 			<artifactId>cayenne-tools</artifactId>
 			<version>${version}</version>