Use netconf-artifacts to get restconf version 11/83911/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Aug 2019 14:52:37 +0000 (16:52 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Aug 2019 14:52:37 +0000 (16:52 +0200)
restconf is not a separate ODL project, hence restconf-artifacts
is going away. Use netconf-artifacts to get (and use) the needed
declaration.

Change-Id: Iaf8274714b432a1dd6e3c2e981d14a32890f7a58
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-aggregator/odl-openflowplugin-flow-services-rest/pom.xml

index 7716f645ea51d6dbc6f64b18743c42a7658a9b5e..08d2ee5697f5dddc6fa7567b56e45b8902915e8a 100644 (file)
 
     <name>OpenDaylight :: Openflow Plugin :: Flow Services :: REST</name>
 
-    <properties>
-        <restconf.version>1.11.0-SNAPSHOT</restconf.version>
-    </properties>
-
     <dependencyManagement>
         <dependencies>
             <!-- restconf -->
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>restconf-artifacts</artifactId>
-                <version>${restconf.version}</version>
+                <artifactId>netconf-artifacts</artifactId>
+                <version>1.8.0-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -44,7 +40,6 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>${restconf.version}</version>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>