Bump to odlparent 4.0.5
[openflowplugin.git] / openflowplugin-api / pom.xml
index 4797f33e39edb5cf5fcb5fc5ef96cca461e65c3d..90be3b490e9429c676e3b0cf7db7951742002242 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.8.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
     <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>