X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fconcepts%2Fpom.xml;h=ba47ed387e6e43b3bc1a34aaecabee8c3ff747e4;hb=61abad9a6e569690d110750d7f5cbf4a136bfd2d;hp=491cd8a75e80896e2028f3c3e1c321169ba9e0d1;hpb=f43406daa10980d7159a0aad063f00b24387b074;p=yangtools.git diff --git a/common/concepts/pom.xml b/common/concepts/pom.xml index 491cd8a75e..ba47ed387e 100644 --- a/common/concepts/pom.xml +++ b/common/concepts/pom.xml @@ -8,25 +8,27 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.yangtools - yangtools-parent - 0.9.0-SNAPSHOT - /../../common/parent/pom.xml + bundle-parent + 2.1.6-SNAPSHOT + ../../bundle-parent - bundle - 4.0.0 concepts + bundle ${project.artifactId} Common concepts - com.google.code.findbugs - jsr305 - provided + com.google.guava + guava + + + org.opendaylight.yangtools + mockito-configuration @@ -35,7 +37,27 @@ org.apache.felix maven-bundle-plugin + + + !javax.annotation,* + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + +