You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/03/21 02:38:47 UTC

svn commit: r1303250 - /cxf/trunk/distribution/src/main/release/samples/oauth/server/pom.xml

Author: dkulp
Date: Wed Mar 21 01:38:46 2012
New Revision: 1303250

URL: http://svn.apache.org/viewvc?rev=1303250&view=rev
Log:
Use cglib-nodeps to avoid asm issues

Modified:
    cxf/trunk/distribution/src/main/release/samples/oauth/server/pom.xml

Modified: cxf/trunk/distribution/src/main/release/samples/oauth/server/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/oauth/server/pom.xml?rev=1303250&r1=1303249&r2=1303250&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/oauth/server/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/oauth/server/pom.xml Wed Mar 21 01:38:46 2012
@@ -116,8 +116,8 @@
         </dependency>
         <dependency>
             <groupId>cglib</groupId>
-            <artifactId>cglib</artifactId>
-            <version>2.1</version>
+            <artifactId>cglib-nodep</artifactId>
+            <version>2.2.2</version>
         </dependency>