Bug 9060: Add odl-mdsal-trace 47/62547/1
authorMichael Vorburger <vorburger@redhat.com>
Fri, 1 Sep 2017 13:17:19 +0000 (15:17 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Fri, 1 Sep 2017 13:24:50 +0000 (15:24 +0200)
This is the equivalent of a related similar addition
to the Karaf distribution local to netvirt (which had
a lot of +1...) in c/62403.  Because we'd like to be
able to use this debug tool with (RPMs produced from)
full ODL distributions, we need this here as well.

see https://git.opendaylight.org/gerrit/#/c/62403/
and https://git.opendaylight.org/gerrit/#/q/topic:bug/9060

Change-Id: I573072f0a6803885b2188c616560c231d0e23b22
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
artifacts/upstream/feature3-repos/pom.xml
features3-index/pom.xml
features3-index/src/main/features/features.xml

index 07acff4cb66766c04954e85835af9fdd3e2b6411..81b1ab7ecd9fd42341b6f52d6e0c86f9cfa1cabd 100644 (file)
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>mdsal-trace-features</artifactId>
+                <version>${mdsal.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
             <!-- Didm -->
             <dependency>
                 <groupId>org.opendaylight.didm</groupId>
index a312c07afe114cb35d880fdf02d96009c0c1c694..a45993289d2088c36b5bdf176efa7d1f1953dc4b 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>mdsal-trace-features</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.didm</groupId>
             <artifactId>features-didm</artifactId>
index c4e6d40bce70141d6d182615b928f728e85aef66..1ebda0edac6b4fb84695c887076ccf437fa884c8 100644 (file)
@@ -43,6 +43,7 @@
     <repository>mvn:org.opendaylight.controller/features-extras/{{VERSION}}/xml/features</repository>
     <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
     <repository>mvn:org.opendaylight.controller/features-mdsal-benchmark/{{VERSION}}/xml/features</repository>
+    <repository>mvn:org.opendaylight.controller/mdsal-trace-features/{{VERSION}}/xml/features</repository>
     <repository>mvn:org.opendaylight.didm/features-didm/{{VERSION}}/xml/features</repository>
     <repository>mvn:org.opendaylight.didm/features-didm-hp/{{VERSION}}/xml/features</repository>
     <repository>mvn:org.opendaylight.didm/features-didm-ovs/{{VERSION}}/xml/features</repository>