Exclude byte-buddy from features
[mdsal.git] / features / odl-mdsal-binding-runtime / pom.xml
index 57043932869c58b3645d772b1f2d87760f04beaf..66923765ce295299045754a005b698fb21eca367 100644 (file)
             <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>