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 2006/10/10 06:32:22 UTC

svn commit: r454612 - /incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml

Author: aadamchik
Date: Mon Oct  9 21:32:22 2006
New Revision: 454612

URL: http://svn.apache.org/viewvc?view=rev&rev=454612
Log:
cleaning jdk 1.5 pom removing unneeded dependencies

Modified:
    incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml

Modified: incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml?view=diff&rev=454612&r1=454611&r2=454612
==============================================================================
--- incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml (original)
+++ incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml Mon Oct  9 21:32:22 2006
@@ -45,16 +45,6 @@
 		</dependency>
 
 		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-core</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-beans</artifactId>
-		</dependency>
-
-		<dependency>
 			<groupId>com.caucho</groupId>
 			<artifactId>hessian</artifactId>
 		</dependency>
@@ -90,48 +80,8 @@
 		</dependency>
 
 		<dependency>
-			<groupId>commons-dbcp</groupId>
-			<artifactId>commons-dbcp</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>commons-pool</groupId>
-			<artifactId>commons-pool</artifactId>
-		</dependency>
-
-		<dependency>
 			<groupId>velocity</groupId>
 			<artifactId>velocity</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.objectstyle.ashwood</groupId>
-			<artifactId>ashwood</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.geronimo.specs</groupId>
-			<artifactId>geronimo-jms_1.1_spec</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>jivesoftware</groupId>
-			<artifactId>smack</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>jivesoftware</groupId>
-			<artifactId>smackx</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>foundrylogic.vpp</groupId>
-			<artifactId>vpp</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>jdom</groupId>
-			<artifactId>jdom</artifactId>
 		</dependency>
 
 		<dependency>