Release mdsal
[mdsal.git] / features / odl-mdsal-trace / pom.xml
index 71fb715d2afb12fd24db6b541a02ecbaa6ac3fcc..f17f93265c3b64f7c57404785accb1074c833a67 100644 (file)
@@ -4,14 +4,14 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>9.0.3</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <artifactId>odl-mdsal-trace</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>9.0.3</version>
     <packaging>feature</packaging>
-    <name>OpenDaylight :: TracingBroker</name>
+    <name>OpenDaylight :: MD-SAL :: TracingBroker</name>
     <description>MD-SAL Trace tooling</description>
 
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-trace-impl</artifactId>
+             <exclusions>
+                 <exclusion>
+                    <!-- This dependency is shaded in mdsal-binding-dom-codec, but
+                         the build reactor still sees it, hence we need to explicitly
+                                            exclude it -->
+                     <groupId>net.bytebuddy</groupId>
+                     <artifactId>byte-buddy</artifactId>
+                 </exclusion>
+             </exclusions>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>