X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fyang-binding%2Fpom.xml;h=2bc895e43e5e5edda5265a39dbeb37e730617ab8;hb=13b5d9f8f776d671eb40b51d71fc1b79253877ab;hp=1f07d8f0f17f2a1d4437555934b1b5a61fec6dfd;hpb=4192aa09a4842abe45bf1034a49c50a47d04c76b;p=mdsal.git diff --git a/binding/yang-binding/pom.xml b/binding/yang-binding/pom.xml index 1f07d8f0f1..2bc895e43e 100644 --- a/binding/yang-binding/pom.xml +++ b/binding/yang-binding/pom.xml @@ -11,18 +11,30 @@ 4.0.0 org.opendaylight.mdsal - dom-parent - 3.0.3-SNAPSHOT - ../../dom/dom-parent + bundle-parent + 13.0.0-SNAPSHOT + ../../bundle-parent yang-binding - 1.0.3-SNAPSHOT bundle ${project.artifactId} Java binding for YANG + + com.github.spotbugs + spotbugs-annotations + true + + + com.google.guava + guava + + + org.eclipse.jdt + org.eclipse.jdt.annotation + org.opendaylight.yangtools concepts @@ -35,35 +47,23 @@ org.opendaylight.yangtools yang-common + - com.google.guava - guava + org.powermock + powermock-reflect + 2.0.9 + test - org.apache.felix - maven-bundle-plugin - - - !javax.annotation,* - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin + maven-surefire-plugin - true + @{argLine} + --add-opens org.opendaylight.yangtools.yang.binding/org.opendaylight.yangtools.yang.binding=ALL-UNNAMED +