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:25:24 UTC

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

Author: aadamchik
Date: Mon Oct  9 21:25:23 2006
New Revision: 454610

URL: http://svn.apache.org/viewvc?view=rev&rev=454610
Log:
CAY-682 - adding ASM dependency to poms

Modified:
    incubator/cayenne/main/trunk/core/cayenne-jdk1.5/pom.xml
    incubator/cayenne/main/trunk/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=454610&r1=454609&r2=454610
==============================================================================
--- 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:25:23 2006
@@ -35,6 +35,11 @@
 	<dependencies>
 
 		<dependency>
+			<groupId>asm</groupId>
+			<artifactId>asm</artifactId>
+		</dependency>
+
+		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
 		</dependency>

Modified: incubator/cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pom.xml?view=diff&rev=454610&r1=454609&r2=454610
==============================================================================
--- incubator/cayenne/main/trunk/pom.xml (original)
+++ incubator/cayenne/main/trunk/pom.xml Mon Oct  9 21:25:23 2006
@@ -219,6 +219,12 @@
 				<artifactId>ashwood</artifactId>
 				<version>1.1</version>
 			</dependency>
+			
+			<dependency>
+				<groupId>asm</groupId>
+				<artifactId>asm</artifactId>
+				<version>2.2.3</version>
+			</dependency>
 
 			<dependency>
 				<groupId>cglib</groupId>