X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fyang-binding%2Fpom.xml;h=90eaf860b029992acc4eaea69bfeca64b98e4ae3;hb=104454c63346801659f0fb37909acb216a1179cf;hp=c97abc60a682d9e183bc0d63b5cf76fd47fc6133;hpb=fcd4e1ea253e0dfee8c912dcade857edf5c3fc1b;p=mdsal.git diff --git a/binding/yang-binding/pom.xml b/binding/yang-binding/pom.xml index c97abc60a6..90eaf860b0 100644 --- a/binding/yang-binding/pom.xml +++ b/binding/yang-binding/pom.xml @@ -8,35 +8,38 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 - org.opendaylight.odlparent - bundle-parent - 4.0.0 - + org.opendaylight.mdsal + bnd-parent + 13.0.1 + ../../bnd-parent - 4.0.0 - org.opendaylight.mdsal yang-binding - 0.15.0-SNAPSHOT - bundle + jar ${project.artifactId} Java binding for YANG - - - - org.opendaylight.yangtools - yangtools-artifacts - 2.1.0-SNAPSHOT - pom - import - - - + + + all,-missing + + + com.github.spotbugs + spotbugs-annotations + true + + + com.google.guava + guava + + + org.eclipse.jdt + org.eclipse.jdt.annotation + org.opendaylight.yangtools concepts @@ -49,18 +52,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 +64,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 +