You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by no...@apache.org on 2010/12/02 22:52:13 UTC

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

Author: not
Date: Thu Dec  2 21:52:13 2010
New Revision: 1041601

URL: http://svn.apache.org/viewvc?rev=1041601&view=rev
Log:
ARIES-468 Add the proxy manager dependency

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

Modified: incubator/aries/trunk/jndi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jndi/pom.xml?rev=1041601&r1=1041600&r2=1041601&view=diff
==============================================================================
--- incubator/aries/trunk/jndi/pom.xml (original)
+++ incubator/aries/trunk/jndi/pom.xml Thu Dec  2 21:52:13 2010
@@ -81,13 +81,11 @@
             	<artifactId>org.apache.aries.util</artifactId>
             	<version>0.3-incubating-SNAPSHOT</version>
             </dependency>
-            <!-- Use an OSGi enabled cglib version, so that BND can find the version information
-                 and we can use it in integration tests -->
-            <dependency>
-                <groupId>org.apache.servicemix.bundles</groupId>
-                <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
-                <version>2.1_3_4</version>
-            </dependency>
+	        <dependency>
+	            <groupId>org.apache.aries.proxy</groupId>
+	            <artifactId>org.apache.aries.proxy.api</artifactId>
+	            <version>0.3-incubating-SNAPSHOT</version>
+	        </dependency>
         </dependencies>
     </dependencyManagement>