X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec%2Fpom.xml;h=76fc6780118ae44f5c568836fbae107d2331bb54;hb=af2aa078c925487c0173fb1d5fa8024719115049;hp=39c470dbcaab22dd3b9b4f808bf0b4e4ac1556ad;hpb=5e605c93affbc97b0e23cbae70aa297b7a6819ae;p=mdsal.git diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index 39c470dbca..76fc678011 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -8,15 +8,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.mdsal - mdsal-binding - 0.9.0-SNAPSHOT + dom-parent + 4.0.16-SNAPSHOT + ../../dom/dom-parent - 4.0.0 mdsal-binding-dom-codec + bundle + + + net.bytebuddy + org.opendaylight.mdsal.binding.dom.codec.jar.bytebuddy + @@ -24,12 +30,14 @@ javassist - org.opendaylight.mdsal - mdsal-binding-generator-impl + + net.bytebuddy + byte-buddy + 1.9.14 - org.opendaylight.yangtools - yang-parser-impl + org.opendaylight.mdsal + mdsal-binding-generator-impl org.opendaylight.yangtools @@ -39,36 +47,23 @@ org.opendaylight.mdsal mdsal-binding-generator-api - - com.google.code.findbugs - jsr305 - provided - 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 - - maven-jar-plugin - org.apache.felix maven-bundle-plugin @@ -78,13 +73,73 @@ ${project.groupId}.${project.artifactId} org.opendaylight.mdsal.binding.dom.codec.*, - org.opendaylight.yangtools.binding.data.codec.*, - org.opendaylight.yangtools.binding.data.codec.gen.impl.*, - org.opendaylight.yangtools.binding.data.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 + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + +