Merge "OPNFLWPLUG-1077 : Bundle resync is not able to push groups to switch"
authorArunprakash D <d.arunprakash@ericsson.com>
Thu, 7 Nov 2019 06:58:06 +0000 (06:58 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 7 Nov 2019 06:58:06 +0000 (06:58 +0000)
14 files changed:
applications/arbitratorreconciliation/impl/pom.xml
applications/bulk-o-matic/pom.xml
applications/forwardingrules-manager/pom.xml
applications/lldp-speaker/pom.xml
applications/of-switch-config-pusher/pom.xml
applications/table-miss-enforcer/pom.xml
extension/test-extension/pom.xml
features-aggregator/odl-openflowplugin-southbound/pom.xml
openflowjava/openflow-protocol-api/pom.xml
openflowjava/openflow-protocol-impl/pom.xml
openflowplugin-api/pom.xml
openflowplugin-impl/pom.xml
parent/pom.xml
samples/learning-switch/pom.xml

index bd96f27934cc43a8dbd2886d80f3a530150f5dad..ba4e2df4535898036f939eca233b11e18732f6ea 100644 (file)
@@ -20,7 +20,6 @@
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>upgrade</artifactId>
-            <version>${serviceutils.version}</version>
         </dependency>
         <dependency>
             <groupId>javax.inject</groupId>
index 6a8db7442944a18e555f96fe451147d86589d6b6..581aa3cd37e19cac2d51c8b4e4663e87f6a523e0 100644 (file)
@@ -32,7 +32,6 @@
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>infrautils-util</artifactId>
-      <version>${infrautils.version}</version>
     </dependency>
   </dependencies>
 
index 082a2868f07868413ca9df1ce6199d35754f8793..d8a0ea8d33ddc6736bb40e08e877ec7333b4d38b 100644 (file)
@@ -30,7 +30,6 @@
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>srm-api</artifactId>
-      <version>${serviceutils.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.openflowplugin.model</groupId>
@@ -59,7 +58,6 @@
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>infrautils-util</artifactId>
-      <version>${infrautils.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
index 4f571c214b0fff0683b165e0e6be7508cc26155d..bcc636ed70eb00ddfeec8aa3bb8e10ab5eae2d7b 100644 (file)
@@ -55,7 +55,6 @@
         <dependency>
           <groupId>org.opendaylight.infrautils</groupId>
           <artifactId>infrautils-util</artifactId>
-          <version>${infrautils.version}</version>
         </dependency>
     </dependencies>
 
index c62925ffff3c7b20a53d83e2ccee28662ae647db..9e736e8e951d000f2fd3d61719f59ccaef83e8ed 100644 (file)
@@ -41,7 +41,6 @@
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>infrautils-util</artifactId>
-            <version>${infrautils.version}</version>
         </dependency>
         <dependency>
             <groupId>javax.inject</groupId>
index fc4af23d466f7569beef3e0c420c9693f54e9a1d..032af3e428e6d68eb4df8d867c319f7c631e5f5b 100644 (file)
@@ -42,7 +42,6 @@
       <dependency>
           <groupId>org.opendaylight.infrautils</groupId>
           <artifactId>infrautils-util</artifactId>
-          <version>${infrautils.version}</version>
       </dependency>
       <dependency>
           <groupId>org.opendaylight.openflowplugin.applications</groupId>
index cea1a012ab37e97e40dcfba2851bc242c6deed37..37ce747b1315d9753cd34a002c5f72399004feb9 100644 (file)
@@ -58,7 +58,6 @@
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>infrautils-util</artifactId>
-            <version>${infrautils.version}</version>
         </dependency>
 
         <!-- OpenFlowJava-API models -->
index 5e1cb5f7171d921b29c3b106ec2f8f4cb68ce81f..68d1d95c34e4db04a98aa01b6f688d8eb969ffcd 100644 (file)
 
     <name>OpenDaylight :: Openflow Plugin :: Li southbound API implementation</name>
 
-    <properties>
-        <mdsal.version>1.11.0-SNAPSHOT</mdsal.version>
-        <lldp.version>0.18.0-SNAPSHOT</lldp.version>
-        <infrautils.version>1.7.0-SNAPSHOT</infrautils.version>
-        <serviceutils.version>0.5.0-SNAPSHOT</serviceutils.version>
-    </properties>
-
     <dependencyManagement>
         <dependencies>
             <!-- This project -->
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>${mdsal.version}</version>
+                <version>1.11.0-SNAPSHOT</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.infrautils</groupId>
+                <artifactId>infrautils-artifacts</artifactId>
+                <version>1.7.0-SNAPSHOT</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.serviceutils</groupId>
+                <artifactId>serviceutils-artifacts</artifactId>
+                <version>0.5.0-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
-            <version>${mdsal.version}</version>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>odl-infrautils-diagstatus</artifactId>
-            <version>${infrautils.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>odl-serviceutils-tools</artifactId>
-            <version>${serviceutils.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>odl-serviceutils-srm</artifactId>
-            <version>${serviceutils.version}</version>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
index 8d92e18c7a36cade7bc0d007c429ffdd48c9d9d6..00f76958aac9d34149ee149078c3ed7085b719b8 100644 (file)
@@ -48,8 +48,6 @@
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>diagstatus-api</artifactId>
-            <version>${infrautils.version}</version>
-            <scope>compile</scope>
         </dependency>
     </dependencies>
 </project>
index d6ff50a8ea05d064b2260660e4704c405f746f5a..e476dfdd15e37e548585a2ebad3f523f523ead60 100644 (file)
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>infrautils-util</artifactId>
-            <version>${infrautils.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>diagstatus-api</artifactId>
-            <version>${infrautils.version}</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
index a675d1759a652b8ae5ba242146d2c5c5d8019ff0..5b698dc29fbd6cd12d693c58b3f240e47962bd29 100644 (file)
@@ -49,7 +49,6 @@
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>diagstatus-api</artifactId>
-            <version>${infrautils.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
index c408eaf436327684c60af82b50afa134f215d300..bef3f0682447e0b39b8204d1e22b13c70864d714 100644 (file)
@@ -59,7 +59,6 @@
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>diagstatus-api</artifactId>
-            <version>${infrautils.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.blueprint</groupId>
index 6b51a64282e1baefda92c4a34a3ce738e83b4869..3b9ed5fac445c3024d1b7a73a5522e1a25c3a2aa 100644 (file)
         <tag>HEAD</tag>
     </scm>
 
-    <properties>
-        <infrautils.version>1.7.0-SNAPSHOT</infrautils.version>
-        <serviceutils.version>0.5.0-SNAPSHOT</serviceutils.version>
-    </properties>
-
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.infrautils</groupId>
+                <artifactId>infrautils-artifacts</artifactId>
+                <version>1.7.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.serviceutils</groupId>
+                <artifactId>serviceutils-artifacts</artifactId>
+                <version>0.5.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <!-- thirdparty -->
             <dependency>
                 <groupId>net.sourceforge.argparse4j</groupId>
index 6c7d619e766fbca89e080e8a06712c516f3cd762..d34960fcca2b4f4347d273400bdf64fd4e04d2ae 100644 (file)
@@ -53,7 +53,6 @@
         <dependency>
             <groupId>org.opendaylight.infrautils</groupId>
             <artifactId>infrautils-util</artifactId>
-            <version>${infrautils.version}</version>
         </dependency>
     </dependencies>
 </project>