Pull in controller-testing features in netconf karaf 79/97079/1
authorTomas Cere <tomas.cere@pantheon.tech>
Wed, 4 Aug 2021 08:32:22 +0000 (10:32 +0200)
committerTomas Cere <tomas.cere@pantheon.tech>
Wed, 4 Aug 2021 08:32:22 +0000 (10:32 +0200)
Looks like we need this for csit.

Change-Id: I29d6de3943081d24e7a2e79280587fb89efe5b15
Signed-off-by: Tomas Cere <tomas.cere@pantheon.tech>
karaf/pom.xml

index c8177c1c37ecb04df35ee6bfeea53aa02b11e3ab..79a8d458a1822e7eaa522e2765f5151cc4b407bd 100644 (file)
 
   <dependencyManagement>
     <dependencies>
+      <dependency>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>controller-artifacts</artifactId>
+        <version>4.0.1</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
       <artifactId>framework</artifactId>
       <type>kar</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>features-controller-testing</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
+
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>features-netconf</artifactId>