mdsal-dom-inmemory-datastore only a test dependency of mdsal-dom-broker
[mdsal.git] / common / pom.xml
index d572b3474685c5a087d0d71769ee5e3173f31031..60c899ca03654252cc5ea928ac8b7d28c652e237 100644 (file)
@@ -7,18 +7,19 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <parent>
-      <groupId>org.opendaylight.mdsal</groupId>
-      <artifactId>mdsal-parent</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
-      <relativePath>parent</relativePath>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>odlparent-lite</artifactId>
+      <version>4.0.0-SNAPSHOT</version>
+      <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>mdsal-common-agreggator</artifactId>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>common-agreggator</artifactId>
+    <version>2.4.0-SNAPSHOT</version>
     <name>md-sal</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
@@ -31,9 +32,8 @@
 
     <modules>
       <module>parent</module>
-      <module>artifacts</module>
       <module>features</module>
       <module>mdsal-common-api</module>
+      <module>mdsal-common-util</module>
     </modules>
-
 </project>