Cleanup build system
[netconf.git] / restconf / pom.xml
index 4ed92263b966130c0baf25b934de84500837cd9a..c32e2c870378a4dd16135bd253272e17d035fe19 100644 (file)
         <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>
-            <dependency>
-                <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>netconf-parent</artifactId>
-                <version>1.3.0-SNAPSHOT</version>
-                <type>pom</type>
-               <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
 </project>