Merge "Bug 3896 - direct usage of == instead of .equals"
[netconf.git] / opendaylight / restconf / restconf-artifacts / pom.xml
index 6fab65725b2b4493be86424710dcc866403da801..d8e8edee1a3c673692b410bd03fad3abde9c48bd 100644 (file)
@@ -4,6 +4,14 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>odlparent-lite</artifactId>
+      <version>1.6.0-SNAPSHOT</version>
+      <relativePath/>
+    </parent>
+
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>restconf-artifacts</artifactId>
     <version>1.3.0-SNAPSHOT</version>
@@ -47,4 +55,4 @@
         </dependencies>
     </dependencyManagement>
 
-</project>
\ No newline at end of file
+</project>