BUG-8923: Bump odlparent to 2.0.4
[netconf.git] / restconf / pom.xml
index a9eee2dc8f91af905a90c51645b265fddc02728c..d7edde7b4b073293af031d68a943e4588be94649 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>2.0.4</version>
         <relativePath/>
     </parent>
 
         <module>models</module>
     </modules>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>restconf-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
 </project>