X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Futil%2Fpom.xml;h=593ef2ad1c41e1c79469cf0b63d164cde19021ca;hb=refs%2Fheads%2Fv2.0.x;hp=c32b829dce8ec2c1749cc4b375e8f6b246871970;hpb=5224d7bd6d2732290cdc09dc5aa0ec8bdbc0cc71;p=yangtools.git diff --git a/common/util/pom.xml b/common/util/pom.xml index c32b829dce..593ef2ad1c 100644 --- a/common/util/pom.xml +++ b/common/util/pom.xml @@ -10,14 +10,28 @@ - org.opendaylight.yangtools - yangtools-parent - 0.8.0-SNAPSHOT - /../../common/parent/pom.xml + org.opendaylight.odlparent + bundle-parent + 3.1.9 + bundle 4.0.0 + org.opendaylight.yangtools util + 2.0.24-SNAPSHOT + + + + + org.opendaylight.yangtools + yangtools-artifacts + ${project.version} + import + pom + + + @@ -25,20 +39,16 @@ concepts - com.google.code.findbugs - jsr305 - - - org.slf4j - slf4j-api + org.opendaylight.yangtools + triemap com.google.guava guava - com.github.romix - java-concurrent-hash-trie-map + org.immutables + value @@ -51,14 +61,43 @@ mockito-configuration test + + com.google.guava + guava-testlib + test + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + org.apache.felix maven-bundle-plugin true + + + + !org.immutables.value, + * + + + +