Drop karaf-maven-plugin from it-base/parent
[controller.git] / opendaylight / md-sal / mdsal-it-base / pom.xml
index 50d054ff8cad6e39361586d5087cfa6966769f9f..bf4eb05a42d834eab9846a28aa39e5f4e3eed9a4 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
     <version>0.4.0-SNAPSHOT</version>
-    <relativePath/>
+    <relativePath>../../config/config-parent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mdsal-it-base</artifactId>
@@ -86,10 +86,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <artifactId>junit</artifactId>
         <scope>compile</scope>
     </dependency>
-    <dependency>
-        <groupId>org.apache.karaf.tooling</groupId>
-        <artifactId>karaf-maven-plugin</artifactId>
-        <version>${karaf.version}</version>
-    </dependency>
   </dependencies>
 </project>