Handle UNMODIFIED type in DataTreeCandidateInputOutput
[controller.git] / karaf / pom.xml
index 86ae052fdc3d0e814ef7072fdf092699c73d6123..24986edc6bff045fcfe2d03885498959c141fdcd 100644 (file)
@@ -10,19 +10,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>commons.parent</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
-    <relativePath>../opendaylight/commons/parent</relativePath>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.8.0-SNAPSHOT</version>
+    <relativePath/>
   </parent>
-
+  <groupId>org.opendaylight.controller</groupId>
   <artifactId>karaf-aggregator</artifactId>
+  <version>1.4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modules>
-    <module>karaf-branding</module>
     <module>karaf-parent</module>
     <module>opendaylight-karaf</module>
     <module>opendaylight-karaf-empty</module>
-    <module>opendaylight-karaf-resources</module>
   </modules>
 </project>