Add explicit org.osgi.core dependency
[openflowplugin.git] / applications / southbound-cli / pom.xml
index 58bbefc2a192f10f3a8ca222035600c195402cbe..bb29493fa7f16d8e1f0891328b28f94bcaacadbb 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>