You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/10/25 20:40:26 UTC

svn commit: r588308 - /incubator/servicemix/branches/servicemix-4.0/itests/pom.xml

Author: gnodet
Date: Thu Oct 25 11:40:26 2007
New Revision: 588308

URL: http://svn.apache.org/viewvc?rev=588308&view=rev
Log:
Add missing dependency

Modified:
    incubator/servicemix/branches/servicemix-4.0/itests/pom.xml

Modified: incubator/servicemix/branches/servicemix-4.0/itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/itests/pom.xml?rev=588308&r1=588307&r2=588308&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/itests/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/itests/pom.xml Thu Oct 25 11:40:26 2007
@@ -171,6 +171,11 @@
           <artifactId>asm.osgi</artifactId>
           <version>2.2.3-SNAPSHOT</version>
       </dependency>
+      <dependency>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>org.osgi.compendium</artifactId>
+          <version>0.9.0-SNAPSHOT</version>
+      </dependency>
   </dependencies>
 
   <repositories>