Bug 9060: Add odl-mdsal-trace 73/62773/4
authorMichael Vorburger <vorburger@redhat.com>
Wed, 6 Sep 2017 14:25:53 +0000 (16:25 +0200)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 2 Oct 2017 20:28:19 +0000 (20:28 +0000)
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/feature-repos/pom.xml
features/repos/index/pom.xml
features/repos/pom.xml

index 2acc9f560d5827e7b9f15d76be0228c49fb535ab..387a0d50599bd38ad81285c83be860ce13d32b7d 100644 (file)
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>features-mdsal-trace</artifactId>
+                <version>${mdsal.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
 
             <!-- Dlux -->
             <dependency>
index 6650591b751b8d24006f7a55e54dee21efb99705..bc69f891187c973edf197555b8e4f68e0fc9de8a 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>features-mdsal-trace</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
 
         <!-- Cardinal -->
         <dependency>
index 76b398c13c797ac934ffe07d912cc9ea35568576..b82ef914200f4c4e0a012a4dcb25bb5b6a3ab085 100644 (file)
@@ -40,7 +40,7 @@
         <tag>HEAD</tag>
     </scm>
     <modules>
-        <!-- Keep distribution-atrifacts updated. -->
+        <!-- Keep distribution-artifacts updated -->
         <module>distribution</module>
         <module>index</module>
         <module>test</module>