Add explicit org.osgi.core dependency
[openflowplugin.git] / openflowplugin-api / pom.xml
index 4797f33e39edb5cf5fcb5fc5ef96cca461e65c3d..4dc7608aaf50f322fa9366ff4830584826a798cf 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}.model</groupId>
             <artifactId>model-flow-service</artifactId>