odl-restconf-base should import odl-mdsal-model feature 88/74088/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Jul 2018 20:56:46 +0000 (22:56 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Jul 2018 20:56:46 +0000 (22:56 +0200)
Rather than re-packaging restconf here, use upstream feature.

Change-Id: I9c0b8789ef4b166f0b056193a5156871d888156f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/restconf/odl-restconf-base/pom.xml

index f8e9f060eed9fcca215c32b33702b1f058b05695..77520a50c66bf9a490a08da1756bf2a12adbe345 100644 (file)
 
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>mdsal-model-artifacts</artifactId>
+                <version>0.13.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>restconf-artifacts</artifactId>
     </dependencyManagement>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>odl-mdsal-model-draft-bierman-netconf-restconf-02</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf-common</artifactId>