Switch from config-parent to {odl,binding-}parent 23/42323/2
authorLorand Jakab <lojakab@cisco.com>
Fri, 22 Jul 2016 16:08:48 +0000 (11:08 -0500)
committerLorand Jakab <lojakab@cisco.com>
Fri, 22 Jul 2016 21:19:55 +0000 (16:19 -0500)
Since we moved to bluprints from config subsystem, we don't need
config-parent anymore.

Change-Id: Ia1f62217cabca35ce8dc77de7f3227b06c500e02
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
mappingservice/api/pom.xml
mappingservice/clustering/pom.xml
mappingservice/dsbackend/pom.xml
mappingservice/inmemorydb/pom.xml
mappingservice/neutron/pom.xml
mappingservice/pom.xml
mappingservice/southbound/src/main/yang/odl-lisp-sb-config.yang [deleted file]

index 0efb65069424f6d24b9ccde21730292bf92c3ffc..6563ac0dc76b7a3ea04200db788f3aeca2dd5095 100644 (file)
@@ -3,12 +3,14 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.lispflowmapping</groupId>
-    <artifactId>mappingservice-parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding-parent</artifactId>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
+  <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.api</artifactId>
+  <version>1.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Mapping Service Public APIs</name>
 
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.lisp-proto</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>config-api</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
index 4ebfe9c7a51ea39204beafbabf3dd0bf375d1b45..5f0ecff25a2268010e0a74787bdbe87ab7127d59 100644 (file)
@@ -18,7 +18,7 @@
 
   <artifactId>mappingservice.clustering</artifactId>
   <packaging>bundle</packaging>
-  <name>Mapping Service Clustering (mappingservice.clustering)</name>
+  <name>Mapping Service Clustering</name>
 
   <dependencies>
     <dependency>
@@ -28,6 +28,7 @@
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-common-api</artifactId>
+      <version>1.4.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
index af94f6b6ed02b953a5e847c7d7e045c62f590626..658f3b0f8859e817bac70d7e8c4fa77d5eb7cfd0 100644 (file)
       <groupId>junit-addons</groupId>
       <artifactId>junit-addons</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-binding-api</artifactId>
+      <version>1.4.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.powermock</groupId>
       <artifactId>powermock-api-mockito</artifactId>
@@ -43,7 +48,6 @@
       <artifactId>powermock-module-junit4</artifactId>
       <scope>test</scope>
     </dependency>
-
   </dependencies>
 
   <build>
index d7bd393e17c72a431d6038d56f653351ed9b12cc..6d8c8034c82fdd1a38c4f84546b56335b40802d0 100644 (file)
@@ -3,12 +3,14 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.lispflowmapping</groupId>
-    <artifactId>mappingservice-parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding-parent</artifactId>
+    <version>0.9.0-SNAPSHOT</version>
   </parent>
 
+  <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.inmemorydb</artifactId>
+  <version>1.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Mapping Service Inmemory Mappings Database</name>
 
@@ -16,6 +18,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>mappingservice.api</artifactId>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 
index 74f62403530cb6827b451634b22a272a18d01f37..6875b5a580eb908203beea91e6ddd9b96131c1fa 100644 (file)
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.lisp-proto</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-binding-api</artifactId>
+      <version>1.4.0-SNAPSHOT</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.neutron</groupId>
       <artifactId>model</artifactId>
       <version>0.7.0-SNAPSHOT</version>
     </dependency>
-    <!-- needed for activator -->
-    <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.apache.felix.dependencymanager</artifactId>
-    </dependency>
   </dependencies>
 
   <build>
index f24a1e3ee95110f36c071c56e228b1d408f72cfa..5f70abcd7250128ad1e842ffeaf044d05fd9b697 100644 (file)
@@ -3,9 +3,9 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>config-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent</artifactId>
+    <version>1.7.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
         <version>1.4</version>
         <scope>test</scope>
       </dependency>
-      <!--
-      <dependency>
-        <groupId>org.jmock</groupId>
-        <artifactId>jmock</artifactId>
-        <version>2.6.0</version>
-        <scope>test</scope>
-      </dependency>
-      -->
     </dependencies>
   </dependencyManagement>
 
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
   <!--
       Maven Site Configuration
 
diff --git a/mappingservice/southbound/src/main/yang/odl-lisp-sb-config.yang b/mappingservice/southbound/src/main/yang/odl-lisp-sb-config.yang
deleted file mode 100644 (file)
index 582b2c5..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-module odl-lisp-sb-config {
-
-    yang-version 1;
-    namespace "urn:opendaylight:params:xml:ns:yang:controller:config:lisp-sb:config";
-    prefix "lisp-sb-config";
-
-    description
-        "This module contains the base YANG definitions for mappingservice
-        southbound plugin implementation.";
-
-    revision "2015-05-17" {
-        description "Initial revision.";
-    }
-
-    container lisp-sb-config {
-        leaf bind-address {
-            type string;
-            default "0.0.0.0";
-        }
-
-        leaf map-register-cache {
-            type boolean;
-            default true;
-        }
-    }
-}