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/11/26 00:35:11 UTC

svn commit: r479232 - /incubator/cayenne/main/trunk/pom.xml

Author: aadamchik
Date: Sat Nov 25 15:35:10 2006
New Revision: 479232

URL: http://svn.apache.org/viewvc?view=rev&rev=479232
Log:
CAY-694: Support for serialization of enhanced serializable POJO's that do not declare 'serialVersionUID'
(found an ASM-based solution for injection serialVersionUID compatible with Java produced one. ASM rules!)

Modified:
    incubator/cayenne/main/trunk/pom.xml

Modified: incubator/cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pom.xml?view=diff&rev=479232&r1=479231&r2=479232
==============================================================================
--- incubator/cayenne/main/trunk/pom.xml (original)
+++ incubator/cayenne/main/trunk/pom.xml Sat Nov 25 15:35:10 2006
@@ -225,6 +225,12 @@
 				<artifactId>asm</artifactId>
 				<version>2.2.3</version>
 			</dependency>
+			
+			<dependency>
+				<groupId>asm</groupId>
+				<artifactId>asm-commons</artifactId>
+				<version>2.2.3</version>
+			</dependency>
 
 			<dependency>
 				<groupId>commons-collections</groupId>