Add infrautils features to netconf-karaf 80/97080/1
authorTomas Cere <[email protected]>
Wed, 4 Aug 2021 11:15:26 +0000 (13:15 +0200)
committerTomas Cere <[email protected]>
Wed, 4 Aug 2021 11:15:26 +0000 (13:15 +0200)
Needed as well for csit, make sure to pull it in here
so we dont have to modify the features repo in jjb scripts.

Change-Id: I76b51a7fc2f1bd70f6eadee9fc045f78087f911c
Signed-off-by: Tomas Cere <[email protected]>
karaf/pom.xml

index 79a8d458a1822e7eaa522e2765f5151cc4b407bd..62d10ce7e334789491d17ea9534b91dce4fdd134 100644 (file)
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+
+      <dependency>
+        <groupId>org.opendaylight.infrautils</groupId>
+        <artifactId>infrautils-artifacts</artifactId>
+        <version>2.0.2</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.infrautils</groupId>
+      <artifactId>features-infrautils</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
 
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>