X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec%2Fpom.xml;h=817cfe623b44ad1cf2565effe4bb2bf48f0e647e;hb=refs%2Fchanges%2F59%2F86359%2F1;hp=de0bbc9844898ef49d2ca28e9f91923bda368948;hpb=470e20edf85dbf3731d1fea7fde5eab7bd3afe95;p=mdsal.git diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index de0bbc9844..817cfe623b 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.8.0-SNAPSHOT + dom-parent + 4.0.9-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 @@ -77,13 +72,74 @@ ${project.groupId}.${project.artifactId} - org.opendaylight.yangtools.binding.data.codec.*, - org.opendaylight.yangtools.binding.data.codec.gen.impl.*, - org.opendaylight.yangtools.binding.data.codec.impl.*, + org.opendaylight.mdsal.binding.dom.codec.*, + ;-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 + +