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/31 17:25:35 UTC

svn commit: r1367614 - /aries/trunk/proxy/proxy-bundle/pom.xml

Author: cumminsh
Date: Tue Jul 31 15:25:35 2012
New Revision: 1367614

URL: http://svn.apache.org/viewvc?rev=1367614&view=rev
Log:
[ARIES-862] Include transitive dependencies for versioning

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

Modified: aries/trunk/proxy/proxy-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-bundle/pom.xml?rev=1367614&r1=1367613&r2=1367614&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-bundle/pom.xml (original)
+++ aries/trunk/proxy/proxy-bundle/pom.xml Tue Jul 31 15:25:35 2012
@@ -84,6 +84,11 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.ow2.asm</groupId>
             <artifactId>asm-all</artifactId>
             <optional>true</optional>