Fix serviceutils dependency 46/88746/3
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 27 Mar 2020 08:47:45 +0000 (09:47 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 27 Mar 2020 08:54:45 +0000 (09:54 +0100)
Use serviceutils-artifacts to get the right set of artifacts,
and bump it to 0.6.0-SNAPSHOT, as that is what Aluminium is using.

While we are at it, also centralize infrautils definitions.

Change-Id: I38c1ad81bffc23b521c2c07f36e0d76f0f6665a0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
commons/binding-parent/pom.xml
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml
southbound/southbound-impl/pom.xml

index 81861af5cda630096d3881bca6866c83d48f7170..85dd32d690aa2ffacba2d336135fec7890dbbad9 100644 (file)
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <dependency>
+        <groupId>org.opendaylight.infrautils</groupId>
+        <artifactId>infrautils-artifacts</artifactId>
+        <version>1.8.0-SNAPSHOT</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.opendaylight.serviceutils</groupId>
+        <artifactId>serviceutils-artifacts</artifactId>
+        <version>0.6.0-SNAPSHOT</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
index 8edeeab8e9a5ef67c1d435f7a1722e7fe0087e16..dc795bc7e823f9462c07aa374efaa19ea29e8a41 100644 (file)
@@ -86,7 +86,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>upgrade</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
     </dependency>
     <!-- Testing Dependencies -->
     <dependency>
index efdb43d910c1f1aebf41e729391ade2810630f3d..9c872a5f7e63836ee7360d52650164ee7450810a 100644 (file)
@@ -78,18 +78,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>ready-api</artifactId>
-      <version>1.8.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>upgrade</artifactId>
-      <version>0.6.0-SNAPSHOT</version>
     </dependency>
     <!-- external dependencies -->
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>diagstatus-api</artifactId>
-      <version>1.8.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>javax.inject</groupId>