X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec%2Fpom.xml;h=152123fd8b37a6d49c13c2f7f04e330c919a06c6;hb=c4903ecfaca2898bcda71921c839c066411a7c6c;hp=27c29d04e4cbc61f87cd198003dc99f998f66efb;hpb=7d99afc39a7ce0ceffbc066aa31412c8e3e68d53;p=mdsal.git diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index 27c29d04e4..152123fd8b 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 - 3.0.1-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.10.7 org.opendaylight.mdsal @@ -41,10 +48,6 @@ mdsal-binding-test-model - - org.apache.commons - commons-lang3 - com.google.guava guava @@ -66,19 +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 - + maven-shade-plugin + + + package + + shade + + + false + true + true + true + true + + + ${shade.source} + ${shade.target} + + + + + net.bytebuddy:byte-buddy + + + + + net.bytebuddy:byte-buddy + + META-INF/** + + + + + +