You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gn...@apache.org on 2010/12/04 04:39:08 UTC

svn commit: r1042093 - /incubator/aries/trunk/jndi/jndi-url/pom.xml

Author: gnodet
Date: Sat Dec  4 03:39:08 2010
New Revision: 1042093

URL: http://svn.apache.org/viewvc?rev=1042093&view=rev
Log:
The jndi-url bundle does not need cglib anymore

Modified:
    incubator/aries/trunk/jndi/jndi-url/pom.xml

Modified: incubator/aries/trunk/jndi/jndi-url/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jndi/jndi-url/pom.xml?rev=1042093&r1=1042092&r2=1042093&view=diff
==============================================================================
--- incubator/aries/trunk/jndi/jndi-url/pom.xml (original)
+++ incubator/aries/trunk/jndi/jndi-url/pom.xml Sat Dec  4 03:39:08 2010
@@ -41,10 +41,6 @@
         <aries.osgi.activator>
             org.apache.aries.jndi.url.Activator
         </aries.osgi.activator>
-        <aries.osgi.import.pkg>
-          net.sf.cglib.proxy;resolution:=optional,
-          *
-        </aries.osgi.import.pkg>
     </properties>
 
     <dependencies>