added missing lispflowmapping projects, and updated versions
authorDavid Goldberg <david.goldberg@contextream.com>
Wed, 22 Jan 2014 15:19:41 +0000 (17:19 +0200)
committerDavid Goldberg <david.goldberg@contextream.com>
Wed, 22 Jan 2014 16:19:16 +0000 (18:19 +0200)
Signed-off-by: David Goldberg <david.goldberg@contextream.com>
distributions/serviceprovider/pom.xml

index c37c60fadb7abedf242605585d2bb4d645964b24..4e795d8760778f313f3df108a279732bdf412cb0 100644 (file)
@@ -411,29 +411,40 @@ http://maven.apache.org/maven-v4_0_0.xsd">
     </dependency>
 
     <!-- lispflowmapping -->
+       <dependency>
+      <groupId>org.opendaylight.lispflowmapping</groupId>
+      <artifactId>mappingservice.yangmodek</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
 
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.api</artifactId>
-      <version>0.1.0-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.opendaylight.lispflowmapping</groupId>
+      <artifactId>mappingservice.config</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.implementation</artifactId>
-      <version>0.1.0-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.northbound</artifactId>
-      <version>0.1.0-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.southbound</artifactId>
-      <version>0.1.0-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
 
     <!--SNMP4SDN-->