Add explicit org.osgi.core dependency
[netvirt.git] / dhcpservice / shell / pom.xml
index 74d9a67496acf77b59f8ea0bf0b6283254f9b4a6..fc030217c554e89360fffc6c950be5ab913e19d2 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>
+        <artifactId>binding-parent</artifactId>
         <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>dhcpservice-shell</artifactId>
@@ -22,6 +22,11 @@ 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>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>org.apache.karaf.shell</groupId>
             <artifactId>org.apache.karaf.shell.console</artifactId>