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 2014/05/08 09:30:45 UTC

svn commit: r1593195 - /felix/trunk/ipojo/runtime/api/pom.xml

Author: clement
Date: Thu May  8 07:30:45 2014
New Revision: 1593195

URL: http://svn.apache.org/r1593195
Log:
Add the OSGi Core dependency to iPOJO API (FELIX-4482)

Modified:
    felix/trunk/ipojo/runtime/api/pom.xml

Modified: felix/trunk/ipojo/runtime/api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/api/pom.xml?rev=1593195&r1=1593194&r2=1593195&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/api/pom.xml (original)
+++ felix/trunk/ipojo/runtime/api/pom.xml Thu May  8 07:30:45 2014
@@ -125,5 +125,10 @@
             <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
             <version>1.12.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>4.3.1</version>
+        </dependency>
     </dependencies>
 </project>