X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-common%2Fpom.xml;h=7035367031683449df305c6159113fac771a9e0d;hb=5c47087c7c0c5cab21d915e9d174f536ead746ae;hp=3b814bf84c9c417ea22d48ca0e1d3e648098c364;hpb=06452ecebb1998538c59a0a5ed47f47034045af5;p=yangtools.git diff --git a/yang/yang-common/pom.xml b/yang/yang-common/pom.xml index 3b814bf84c..7035367031 100644 --- a/yang/yang-common/pom.xml +++ b/yang/yang-common/pom.xml @@ -8,46 +8,62 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.yangtools - yangtools-parent - 0.6.2-SNAPSHOT - /../../common/parent/pom.xml + bundle-parent + 2.1.5-SNAPSHOT + ../../bundle-parent - 4.0.0 yang-common + bundle ${project.artifactId} - ${project.artifactId} + ODL :: YANG Tools :: ${project.artifactId} com.google.guava guava - - org.slf4j - slf4j-api - org.opendaylight.yangtools concepts - org.opendaylight.yangtools - object-cache-api - - - - junit - junit - test - - - org.opendaylight.yangtools - object-cache-guava - test + org.kohsuke.metainf-services + metainf-services + + + + + org.apache.felix + maven-bundle-plugin + true + + + !javax.annotation,* + {META-INF/services=${project.build.directory}/classes/META-INF/services} + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + + + +