X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec%2Fpom.xml;h=6906e76de9b2528d2ec88bb2d368488098c90a44;hb=refs%2Fchanges%2F17%2F86917%2F1;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..6906e76de9 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.10-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