Bump byte-buddy to 1.12.10
[mdsal.git] / artifacts / pom.xml
index f9a5323bcc6317c7bc2cc19debcb80b33ef74ed2..c337092641aab0097a95202f861c208d39f52751 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>10.0.0</version>
+      <version>11.0.0-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
                 <type>xml</type>
             </dependency>
 
+            <!-- ByteBuddy -->
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>odl-mdsal-bytebuddy</artifactId>
+                <version>10.0.0-SNAPSHOT</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- COMMON -->
             <dependency>
                 <groupId>${project.groupId}</groupId>