Deprecate getModuleName()/getInstanceName() in AbstractConfigTestBase
[controller.git] / opendaylight / config / config-it-base / pom.xml
index 6c34e9137c8d073b200df717a90447a0230b31cb..3848188d3d03b377898a34f0d0259ff99f0736d8 100644 (file)
@@ -17,6 +17,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
   <artifactId>config-it-base</artifactId>
   <packaging>bundle</packaging>
+
+  <properties>
+    <opendaylight.karaf.version>1.7.0-SNAPSHOT</opendaylight.karaf.version>
+  </properties>
+
   <dependencyManagement>
     <dependencies>
       <dependency>
@@ -33,6 +38,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>config-util</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>opendaylight-karaf-empty</artifactId>
+      <version>${opendaylight.karaf.version}</version>
+      <type>zip</type>
+    </dependency>
+
     <!-- Dependencies for pax exam karaf container -->
     <dependency>
         <groupId>org.ops4j.pax.exam</groupId>