You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/07/29 21:46:24 UTC

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

Author: cumminsh
Date: Sun Jul 29 19:46:24 2012
New Revision: 1366924

URL: http://svn.apache.org/viewvc?rev=1366924&view=rev
Log:
[ARIES-862] Adding transitive dependencies into pom so imports can be versioned correctly

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=1366924&r1=1366923&r2=1366924&view=diff
==============================================================================
--- aries/trunk/jndi/jndi-bundle/pom.xml (original)
+++ aries/trunk/jndi/jndi-bundle/pom.xml Sun Jul 29 19:46:24 2012
@@ -93,6 +93,11 @@
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
     <build>