Respinning for lispflowmapping 1.0.1
authorEd Warnicke <eaw@cisco.com>
Fri, 31 Jan 2014 00:59:20 +0000 (18:59 -0600)
committerEd Warnicke <eaw@cisco.com>
Fri, 31 Jan 2014 01:14:42 +0000 (19:14 -0600)
Patch2:  Remove unused defense4all dependencies

Change-Id: I74c36b803ad57db81afdd9ebb89afebe4ec64c46
Signed-off-by: Ed Warnicke <eaw@cisco.com>
distributions/serviceprovider/pom.xml
distributions/virtualization/pom.xml

index e401306a4799b86ad0fb5f8af1289db7cde85264..20f31e93a813589908c4dba0acce9573365e61f1 100644 (file)
@@ -39,26 +39,6 @@ see https://git.opendaylight.org/gerrit/#/c/390/
       <scope>provided</scope>
     </dependency>
 
-        <!--
-    <dependency>
-      <groupId>org.opendaylight.defense4all</groupId>
-      <artifactId>defense4all.core.impl</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.opendaylight.defense4all</groupId>
-      <artifactId>framework.core.impl</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.opendaylight.defense4all</groupId>
-      <artifactId>restservice</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
-    </dependency>
-    -->
-
     <!-- affinity -->
     <dependency>
       <groupId>org.opendaylight.affinity</groupId>
@@ -411,37 +391,37 @@ see https://git.opendaylight.org/gerrit/#/c/390/
        <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.yangmodel</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.api</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1</version>
     </dependency>
     
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.config</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.implementation</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.northbound</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.southbound</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1</version>
     </dependency>
 
     <!--SNMP4SDN-->
index e74f5b9e811c69c1ca76fd50c2540bb14cacb32f..9d7b121af8ab451942f50fa0975f61f5f21b7f63 100644 (file)
@@ -73,27 +73,6 @@ see https://git.opendaylight.org/gerrit/#/c/390/
       <classifier>README</classifier>
     </dependency>
 
-    <!-- defense4all -->
-
-    <dependency>
-      <groupId>org.opendaylight.defense4all</groupId>
-      <artifactId>defense4all.core.impl</artifactId>
-      <version>1.0.7</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.opendaylight.defense4all</groupId>
-      <artifactId>framework.core.impl</artifactId>
-      <version>1.0.7</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.opendaylight.defense4all</groupId>
-      <artifactId>defense4all.restservice</artifactId>
-      <version>1.0.7</version>
-    </dependency>
-
-
     <!-- affinity -->
     <dependency>
       <groupId>org.opendaylight.affinity</groupId>