X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec%2Fpom.xml;h=729ab68150d2a87008d2c1e4f236e779eb980f7a;hb=refs%2Fchanges%2F55%2F88355%2F1;hp=cf01b9d93c929ab5e7737dd8d4b2b0603b090470;hpb=bc4231b295fd15f803ad735b469051f94b1fc166;p=mdsal.git diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index cf01b9d93c..729ab68150 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.2-SNAPSHOT + 4.0.14-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 @@ -41,10 +52,6 @@ mdsal-binding-test-model - - org.apache.commons - commons-lang3 - com.google.guava guava @@ -66,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