Add explicit org.osgi.core dependency
[openflowplugin.git] / drop-test-karaf / pom.xml
index 551dd5e1c86a3e0ef34434335630b2d682c0660b..ba34bb93d7a39f50a7fdeee7fc82a7f32dcb426d 100644 (file)
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
     </scm>
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>test-common</artifactId>