Add odl-mdsal-bytebuddy
[mdsal.git] / features / odl-mdsal-binding-runtime / pom.xml
index 75fcc3a1462cb82c96c9c8e9825405dcd8b82786..6b807d774ae8b0fbfcffd1e4c2feca0612017853 100644 (file)
     <description>MD-SAL Java Binding runtime</description>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>odl-mdsal-bytebuddy</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>odl-mdsal-dom-runtime</artifactId>
         <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>