X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Futil%2Fpom.xml;h=2e27581bb8f4e27a4dc5af9931d0b5bf57f28d68;hb=a94d1ee31ab5939cb6c1082c7ba22b894d6d6311;hp=a4f77129b4da669d49e7460224a2d34d775109ec;hpb=8223fcaa12fcec8f4dd4d847beba0b40065f600b;p=yangtools.git diff --git a/common/util/pom.xml b/common/util/pom.xml index a4f77129b4..2e27581bb8 100644 --- a/common/util/pom.xml +++ b/common/util/pom.xml @@ -11,13 +11,13 @@ 4.0.0 org.opendaylight.yangtools - bundle-parent - 3.0.2-SNAPSHOT - ../../bundle-parent + bnd-parent + 12.0.0 + ../../bnd-parent util - bundle + jar ${project.artifactId} Common utilities @@ -34,9 +34,29 @@ com.google.guava guava + + com.github.spotbugs + spotbugs-annotations + true + + + org.checkerframework + checker-qual + true + + + org.eclipse.jdt + org.eclipse.jdt.annotation + + + org.gaul + modernizer-maven-annotations + org.immutables value + annotations + true @@ -46,36 +66,6 @@ com.google.guava guava-testlib - test - - - - - org.apache.felix - maven-bundle-plugin - - - org.opendaylight.yangtools.util - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - com.github.spotbugs - spotbugs-maven-plugin - - true - - - - -