Author: aadamchik
Date: Sat Oct 14 19:51:37 2006
New Revision: 464101
URL: http://svn.apache.org/viewvc?view=rev&rev=464101
Log:
removing cglib dependency
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=464101&r1=464100&r2=464101
==============================================================================
--- incubator/cayenne/main/trunk/pom.xml (original)
+++ incubator/cayenne/main/trunk/pom.xml Sat Oct 14 19:51:37 2006
@@ -227,12 +227,6 @@
</dependency>
<dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib-nodep</artifactId>
- <version>2.1_3</version>
- </dependency>
-
- <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>