You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/09/18 08:04:57 UTC

svn commit: r816474 - /felix/trunk/ipojo/webconsole-plugin/pom.xml

Author: clement
Date: Fri Sep 18 06:04:57 2009
New Revision: 816474

URL: http://svn.apache.org/viewvc?rev=816474&view=rev
Log:
Add OSGi Core as a top level dependency in the pom file.

Modified:
    felix/trunk/ipojo/webconsole-plugin/pom.xml

Modified: felix/trunk/ipojo/webconsole-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/webconsole-plugin/pom.xml?rev=816474&r1=816473&r2=816474&view=diff
==============================================================================
--- felix/trunk/ipojo/webconsole-plugin/pom.xml (original)
+++ felix/trunk/ipojo/webconsole-plugin/pom.xml Fri Sep 18 06:04:57 2009
@@ -122,5 +122,10 @@
       <artifactId>org.apache.felix.ipojo.annotations</artifactId>
       <version>1.4.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>4.0.0</version>
+    </dependency>
   </dependencies>
 </project>