Update distribution content 71/90171/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 31 May 2020 16:56:35 +0000 (18:56 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 31 May 2020 16:56:35 +0000 (18:56 +0200)
Controller has shed a number of feature repositories, make sure we
do not pull their outdated versions.

Change-Id: Ic3c7b70b3428c7eb9d559a404de06851436a5f1a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
karaf/pom.xml

index adaba1236e2819218573bb64b9aad97c66239c1f..e2c36d05d04e1728027ee60122a0f6dc69854ace 100644 (file)
@@ -57,9 +57,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
                  we currently cannot easily, by a simple CLI command, add additional features from new remote
                  repos.)
              -->
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>features-mdsal-trace</artifactId>
-            <version>1.11.0</version>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>odl-mdsal-trace</artifactId>
+            <version>6.0.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
@@ -68,8 +68,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <dependency>
             <!-- This ensures we have odl-jolokia in the distribution -->
             <groupId>org.opendaylight.controller</groupId>
-            <artifactId>features-extras</artifactId>
-            <version>1.14.0</version>
+            <artifactId>odl-jolokia</artifactId>
+            <version>2.0.1</version>
             <type>xml</type>
             <classifier>features</classifier>
             <scope>runtime</scope>