Release Aluminium
[netvirt.git] / fibmanager / shell / pom.xml
index 77e464fa9ea7d49488795ff40ada3d7c7ec721a3..96bd6af3d4d5a3b16e9fcdc9c2dfbbe551f5c29c 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <artifactId>binding-parent</artifactId>
+        <version>0.11.3</version>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>fibmanager-shell</artifactId>
@@ -22,6 +22,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <modelVersion>4.0.0</modelVersion>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.console</artifactId>