Bump versions to 4.0.13-SNAPSHOT
[mdsal.git] / binding / mdsal-binding-dom-codec / pom.xml
index 84c66fcb10f42d9a9a09dc695657f254ca8332e8..c4b0c7566e8438882322eb22ff82cfe8d6d645fc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.0.13-SNAPSHOT</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
@@ -33,7 +33,7 @@
             <!-- We are going to shade this -->
             <groupId>net.bytebuddy</groupId>
             <artifactId>byte-buddy</artifactId>
-            <version>1.9.12</version>
+            <version>1.9.14</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
                                     <include>net.bytebuddy:byte-buddy</include>
                                 </includes>
                             </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>net.bytebuddy:byte-buddy</artifact>
+                                    <excludes>
+                                        <exclude>META-INF/**</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
                         </configuration>
                     </execution>
                 </executions>