X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fyang-binding%2Fpom.xml;h=8f1470d6a16c4898666bfbd6a1df4a37a3044e2e;hb=refs%2Fchanges%2F24%2F109424%2F3;hp=1da1f8dba39055c7146d6856d6479cbc17e8c3dc;hpb=9c98151c1742739f1ca914931d80245f26824fa6;p=mdsal.git diff --git a/binding/yang-binding/pom.xml b/binding/yang-binding/pom.xml index 1da1f8dba3..8f1470d6a1 100644 --- a/binding/yang-binding/pom.xml +++ b/binding/yang-binding/pom.xml @@ -8,35 +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 + 13.0.0-SNAPSHOT + ../../dom/dom-parent - 4.0.0 - org.opendaylight.mdsal yang-binding - 0.15.0-SNAPSHOT bundle ${project.artifactId} Java binding for YANG - - - - org.opendaylight.yangtools - yangtools-artifacts - 2.0.10 - pom - import - - - - + + com.github.spotbugs + spotbugs-annotations + true + + + com.google.guava + guava + + + org.eclipse.jdt + org.eclipse.jdt.annotation + org.opendaylight.yangtools concepts @@ -49,18 +47,11 @@ org.opendaylight.yangtools yang-common + - com.google.guava - guava - - - junit - junit - test - - - org.mockito - mockito-core + org.powermock + powermock-reflect + 2.0.9 test @@ -68,10 +59,11 @@ - org.apache.maven.plugins - maven-checkstyle-plugin + maven-surefire-plugin - checkstyle.violationSeverity=error + @{argLine} + --add-opens org.opendaylight.yangtools.yang.binding/org.opendaylight.yangtools.yang.binding=ALL-UNNAMED +