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=bd65f99ec271cb6c2464f71d9c1e2325e2a92cf3;hpb=2c93d0b58d2acff762ea299f8c0adc5a4442d8bd;p=mdsal.git diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index bd65f99ec2..c4b0c7566e 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -8,44 +8,33 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 - org.opendaylight.odlparent - bundle-parent - 3.1.3 - + org.opendaylight.mdsal + dom-parent + 4.0.13-SNAPSHOT + ../../dom/dom-parent - 4.0.0 - org.opendaylight.mdsal mdsal-binding-dom-codec - 0.13.0-SNAPSHOT bundle - - - - org.opendaylight.mdsal - mdsal-artifacts - 2.5.0-SNAPSHOT - pom - import - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.10 - pom - import - - - + + 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 @@ -61,25 +50,15 @@ org.opendaylight.mdsal mdsal-binding-test-model - test - - org.apache.commons - commons-lang3 - com.google.guava guava - - junit - junit - test org.opendaylight.yangtools mockito-configuration - test @@ -94,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 @@ -108,6 +133,13 @@ checkstyle.violationSeverity=error + + com.github.spotbugs + spotbugs-maven-plugin + + true + +