X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fyang-binding%2Fpom.xml;h=8f1470d6a16c4898666bfbd6a1df4a37a3044e2e;hb=13177e045a5596e762c589c953945521a6c11cad;hp=31b1cd80d47cb93feafda316fedf6e2a80ab543d;hpb=6ea9467214ddac1d69b7752747505346dd1e4df3;p=mdsal.git diff --git a/binding/yang-binding/pom.xml b/binding/yang-binding/pom.xml index 31b1cd80d4..8f1470d6a1 100644 --- a/binding/yang-binding/pom.xml +++ b/binding/yang-binding/pom.xml @@ -12,17 +12,29 @@ org.opendaylight.mdsal dom-parent - 5.0.0-SNAPSHOT + 13.0.0-SNAPSHOT ../../dom/dom-parent yang-binding - 3.0.0-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 +