Add the OSGi Core dependency to iPOJO API (FELIX-4482)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1593195 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/api/pom.xml b/ipojo/runtime/api/pom.xml
index 8858afd..dbb0e59 100644
--- a/ipojo/runtime/api/pom.xml
+++ b/ipojo/runtime/api/pom.xml
@@ -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>