X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Futil%2Fpom.xml;h=03c60bde0b2e0c0ec97bc1264728cb72dfab5f71;hb=c63fcdad4712eedcb0484eacdb1bc4e08dad88ec;hp=9532377335d0daf403438ffe2f2366ca2c1f2a2b;hpb=e48e42fe3a7de1f2c7aa350da59413c067cd32e7;p=yangtools.git diff --git a/common/util/pom.xml b/common/util/pom.xml index 9532377335..03c60bde0b 100644 --- a/common/util/pom.xml +++ b/common/util/pom.xml @@ -8,16 +8,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.yangtools - yangtools-parent - 0.7.0-SNAPSHOT - /../../common/parent/pom.xml + bundle-parent + 3.0.0-SNAPSHOT + ../../bundle-parent - bundle - 4.0.0 + util + bundle + ${project.artifactId} + Common utilities @@ -25,45 +27,55 @@ concepts - com.google.code.findbugs - jsr305 - - - org.slf4j - slf4j-api + tech.pantheon.triemap + triemap com.google.guava guava - com.github.romix - java-concurrent-hash-trie-map + org.immutables + value - - junit - junit - test - org.opendaylight.yangtools mockito-configuration + + + com.google.guava + guava-testlib test + org.apache.felix maven-bundle-plugin - true - java-concurrent-hash-trie-map;inline=true + !javax.annotation,* + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + +