Refactor the poms to clean up unused tags and move to odl parent
[lispflowmapping.git] / mappingservice / pom.xml
index 7270685796afa23fb21e285d5335ad821306660a..5eb7bad6e238730e8bfd5168a38371f5bb531c2a 100644 (file)
@@ -1,59 +1,55 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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-code-commons</artifactId>
-               <version>1.1.8</version>
-               <relativePath>../commons/code-parent</relativePath>
-       </parent>
-       <artifactId>mappingservice-parent</artifactId>
-       <packaging>pom</packaging>
-       <scm>
-               <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
-               <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
-               <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
-               <tag>lispflowmapping-all-1.1.8</tag>
-       </scm>
-        <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>integrationtest</module>
-        </modules>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.lispflowmapping</groupId>
-                       <artifactId>common.unittest.tools</artifactId>
-               </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>
+  <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>