You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dk...@apache.org on 2011/11/15 21:26:48 UTC

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

Author: dkulp
Date: Tue Nov 15 20:26:48 2011
New Revision: 1202410

URL: http://svn.apache.org/viewvc?rev=1202410&view=rev
Log:
Add jndi-rmi provided dep to fix build failure

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

Modified: aries/trunk/jndi/jndi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jndi/jndi-bundle/pom.xml?rev=1202410&r1=1202409&r2=1202410&view=diff
==============================================================================
--- aries/trunk/jndi/jndi-bundle/pom.xml (original)
+++ aries/trunk/jndi/jndi-bundle/pom.xml Tue Nov 15 20:26:48 2011
@@ -78,6 +78,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.aries.jndi</groupId>
+            <artifactId>org.apache.aries.jndi.rmi</artifactId>
+            <version>0.3.1-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>