Author: tcunning
Date: Thu Jun 16 17:48:23 2011
New Revision: 1136567

URL: http://svn.apache.org/viewvc?rev=1136567&view=rev
Log:
JUDDI-502
Exclude cglib-full (we're already using cglib-nodep)

Modified:
    juddi/trunk/juddi-core-openjpa/pom.xml

Modified: juddi/trunk/juddi-core-openjpa/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/juddi-core-openjpa/pom.xml?rev=1136567&r1=1136566&r2=1136567&view=diff
==============================================================================
--- juddi/trunk/juddi-core-openjpa/pom.xml (original)
+++ juddi/trunk/juddi-core-openjpa/pom.xml Thu Jun 16 17:48:23 2011
@@ -149,6 +149,13 @@
                        <artifactId>mockejb</artifactId>
                        <version>0.6-beta2</version>
                        <scope>test</scope>
+                       <exclusions>  
+                          <exclusion>
+                               <groupId>cglib</groupId>
+                               <artifactId>cglib-full</artifactId>     
+                           </exclusion>
+                        </exclusions>
+
                </dependency>
                <dependency>
                        <groupId>cglib</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to