Bump version for 4.0.2-SNAPSHOT
[mdsal.git] / features / odl-mdsal-binding-runtime / pom.xml
index 48925d868da2638dc8508ac0d93ba7c46a6213b5..f2ff71c32848e9abca9d556deb0eab54eb186258 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>3.0.5-SNAPSHOT</version>
+        <version>4.0.2-SNAPSHOT</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-generator-util</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-dom-codec</artifactId>
+            <exclusions>
+                <exclusion>
+                    <!-- This dependency is shaded, 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>
             <artifactId>mdsal-binding-dom-codec-osgi</artifactId>