Refactor the poms to clean up unused tags and move to odl parent
[lispflowmapping.git] / mappingservice / pom.xml
index a08a2694a21ba7f44e1bd0c14ead8b4200b1853c..5eb7bad6e238730e8bfd5168a38371f5bb531c2a 100644 (file)
@@ -1,56 +1,55 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-       xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.opendaylight.lispflowmapping</groupId>
-               <artifactId>lispflowmapping-code-commons</artifactId>
-               <version>1.0.0</version>
-               <relativePath>../commons/code-parent</relativePath>
-       </parent>
-       <artifactId>mappingservice-parent</artifactId>
-       <version>1.0.0</version>
-       <packaging>pom</packaging>
-        <modules>
-               <module>yangmodel</module>
-                <module>api</module>
-                <module>config</module>
-                <module>implementation</module>
-                <module>southbound</module>
-                <module>northbound</module>
-                <module>integrationtest</module>
-        </modules>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.lispflowmapping</groupId>
-                       <artifactId>common.unittest.tools</artifactId>
-                       <version>${lispflowmapping.version}</version>
-                       <scope>test</scope>
-               </dependency>
-                       <dependency>
-                               <groupId>junit</groupId>
-                               <artifactId>junit</artifactId>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.hamcrest</groupId>
-                               <artifactId>hamcrest-core</artifactId>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.jmock</groupId>
-                               <artifactId>jmock-junit4</artifactId>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.jmock</groupId>
-                               <artifactId>jmock-legacy</artifactId>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>junit-addons</groupId>
-                               <artifactId>junit-addons</artifactId>
-                               <scope>test</scope>
-                       </dependency>
-       </dependencies>
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.lispflowmapping</groupId>
+    <artifactId>lispflowmapping-all</artifactId>
+    <version>1.2.0-SNAPSHOT</version>
+    <!-- <relativePath>../commons/parent</relativePath> -->
+  </parent>
+  <artifactId>mappingservice-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>LISP Flow Mapping Parent POM</name>
+  <modules>
+    <module>yangmodel</module>
+    <module>api</module>
+    <module>config</module>
+    <module>clusterdao</module>
+    <module>implementation</module>
+    <module>southbound</module>
+    <module>northbound</module>
+    <module>neutron</module>
+    <module>netconf</module>
+    <module>integrationtest</module>
+  </modules>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.lispflowmapping</groupId>
+      <artifactId>common.unittest.tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit-addons</groupId>
+      <artifactId>junit-addons</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jmock</groupId>
+      <artifactId>jmock-junit4</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jmock</groupId>
+      <artifactId>jmock-legacy</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>