Fix odl-yanglib packaging 59/98059/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 23 Oct 2021 07:46:32 +0000 (09:46 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 23 Oct 2021 07:46:32 +0000 (09:46 +0200)
We are packaging an mdsal artifact, fix that.

Change-Id: Ie320e9509e9201edd8e69c4e11e0aa11546e2bf9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/yanglib/odl-yanglib/pom.xml
features/yanglib/odl-yanglib/src/main/feature/feature.xml

index 199a80730099c25b0d3bbc676f31b22d4f6b48ca..932391743195e1ef1f736f229084a167585fedf5 100644 (file)
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>odl-mdsal-model-rfc7895</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
     </dependencies>
 </project>
index 237635cd28d590d8c4706ab98079daf541de7d63..88fc2dae789be5eddcd3918a49a36c62200654c4 100644 (file)
@@ -9,5 +9,6 @@
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-netconf-${project.version}">
     <feature name="odl-yanglib" version="${project.version}">
         <feature version="[9,10)">odl-karaf-feat-jetty</feature>
+        <feature version="[8,9)">odl-mdsal-model-rfc7895</feature>
     </feature>
 </features>