X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec%2Fpom.xml;h=f8fdbc8c75182267dabb6e88297cca69cf287efe;hb=a6dfa8c7bd7d8be75f6e80a8dd23b34591c14878;hp=ec648a66c12db57d08224fe8502eb3028d5d69b0;hpb=4345406efc14ce45ae1f304d8a68543fe5af091e;p=mdsal.git diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index ec648a66c1..f8fdbc8c75 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -12,17 +12,24 @@ org.opendaylight.mdsal dom-parent - 4.0.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../dom/dom-parent mdsal-binding-dom-codec bundle + + net.bytebuddy + org.opendaylight.mdsal.binding.dom.codec.jar.bytebuddy + + - org.javassist - javassist + + net.bytebuddy + byte-buddy + 1.9.14 org.opendaylight.mdsal @@ -62,26 +69,57 @@ ${project.groupId}.${project.artifactId} org.opendaylight.mdsal.binding.dom.codec.*, - org.opendaylight.mdsal.binding.dom.codec.gen.impl.*, - org.opendaylight.mdsal.binding.dom.codec.impl.*, ;-split-package:=error + + org.opendaylight.mdsal.binding.dom.codec.loader, + + + !net.bytebuddy.*, + * + + + org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - + maven-shade-plugin + + + package + + shade + + + false + true + true + true + true + + + ${shade.source} + ${shade.target} + + + + + net.bytebuddy:byte-buddy + + + + + net.bytebuddy:byte-buddy + + META-INF/** + + + + + +