You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ga...@apache.org on 2010/07/14 20:46:11 UTC

svn commit: r964133 - /incubator/aries/trunk/jndi/jndi-bundle/pom.xml

Author: gawor
Date: Wed Jul 14 18:46:10 2010
New Revision: 964133

URL: http://svn.apache.org/viewvc?rev=964133&view=rev
Log:
fix build break - mark cglib import optional

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

Modified: incubator/aries/trunk/jndi/jndi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jndi/jndi-bundle/pom.xml?rev=964133&r1=964132&r2=964133&view=diff
==============================================================================
--- incubator/aries/trunk/jndi/jndi-bundle/pom.xml (original)
+++ incubator/aries/trunk/jndi/jndi-bundle/pom.xml Wed Jul 14 18:46:10 2010
@@ -34,6 +34,10 @@
         <aries.osgi.export>
             org.osgi.service.jndi;version="1.0"
         </aries.osgi.export>
+        <aries.osgi.import>
+            net.sf.cglib*;resolution:=optional,
+            *
+        </aries.osgi.import>
         <aries.osgi.private.pkg>
             org.apache.aries.jndi*
         </aries.osgi.private.pkg>
@@ -52,9 +56,9 @@
             <artifactId>org.apache.aries.jndi.url</artifactId>
         </dependency>
         <dependency>
-	        <groupId>org.apache.aries.jndi</groupId>
-	        <artifactId>org.apache.aries.jndi.api</artifactId>
-	      </dependency>			
+            <groupId>org.apache.aries.jndi</groupId>
+            <artifactId>org.apache.aries.jndi.api</artifactId>
+        </dependency>			
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>