Add explicit org.osgi.core dependency
[openflowplugin.git] / openflowplugin-impl / pom.xml
index 77cb55574267e4565a87b9553a92557ba5e2bc8c..7a7fea80ad7feef2e977ee4e4c5e8f85f121fc94 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>openflowplugin-api</artifactId>