X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec%2Fpom.xml;h=c4b0c7566e8438882322eb22ff82cfe8d6d645fc;hb=bd9fd3e085c5c945d20bb17b397eb48b9d8f272f;hp=021768f382930e7cfd586330dd3fc35efbab50c4;hpb=fe0c63aac08436f52be7a9a91a519c72dd2df366;p=mdsal.git diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index 021768f382..c4b0c7566e 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -12,18 +12,29 @@ org.opendaylight.mdsal dom-parent - 3.0.6-SNAPSHOT + 4.0.13-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 mdsal-binding-generator-impl @@ -62,13 +73,59 @@ ${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-shade-plugin + + + package + + shade + + + false + true + true + true + true + + + ${shade.source} + ${shade.target} + + + + + net.bytebuddy:byte-buddy + + + + + net.bytebuddy:byte-buddy + + META-INF/** + + + + + + + + org.apache.maven.plugins maven-checkstyle-plugin