Bump versions to 3.0.9-SNAPSHOT
[mdsal.git] / features / odl-mdsal-trace / pom.xml
index 7e762819aa3eb13b0525228674149c4a8fc3cacc..d763bc3eda87939dc44631139a72d6d2f6ee5cca 100644 (file)
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>4.0.9-SNAPSHOT</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <artifactId>odl-mdsal-trace</artifactId>
-    <version>1.0.6-SNAPSHOT</version>
+    <version>2.0.9-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: TracingBroker</name>
     <description>MD-SAL Trace tooling</description>
         <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>