Add explicit org.osgi.core dependency
[openflowplugin.git] / applications / reconciliation-framework / pom.xml
index c95d16d45ad6fa0607ca1f82b2f183f6a781613e..0ddba914a5de6a7b140fd49270ed82d1515def4e 100644 (file)
     <packaging>bundle</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>