You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by li...@apache.org on 2010/04/09 21:01:39 UTC

svn commit: r932547 - /incubator/aries/trunk/subsystem/subsystem-install/pom.xml

Author: linsun
Date: Fri Apr  9 19:01:38 2010
New Revision: 932547

URL: http://svn.apache.org/viewvc?rev=932547&view=rev
Log:
remove the unneeded service.composite dependency

Modified:
    incubator/aries/trunk/subsystem/subsystem-install/pom.xml

Modified: incubator/aries/trunk/subsystem/subsystem-install/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-install/pom.xml?rev=932547&r1=932546&r2=932547&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-install/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-install/pom.xml Fri Apr  9 19:01:38 2010
@@ -44,10 +44,6 @@
             <artifactId>org.apache.aries.subsystem.api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.aries.subsystem</groupId>
-            <artifactId>org.osgi.service.composite</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>