Add odl-mdsal-bytebuddy
[mdsal.git] / dom / dom-parent / pom.xml
index 4919f8f79ca5fd6c0dbe084ffdbe1d326c9c228c..8d0685a46a1190ed0be1c4bc8d1efb5bd5a6dad1 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>dom-parent</artifactId>
-    <version>9.0.2-SNAPSHOT</version>
+    <version>10.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <description>pom.xml for MD-SAL DOM plugins</description>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>9.0.2-SNAPSHOT</version>
+                <version>10.0.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>net.bytebuddy</groupId>
+                <artifactId>byte-buddy</artifactId>
+                <version>1.12.8</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>