X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-codec-gson%2Fpom.xml;h=98996c627c9d165cb6d28161e9e48dd3bc337ba4;hb=61abad9a6e569690d110750d7f5cbf4a136bfd2d;hp=fd7481133768f0e605af26ad45b15cd741c1cbc0;hpb=4228f75b486350a9e3cded2b5ae93a749d48f93b;p=yangtools.git diff --git a/yang/yang-data-codec-gson/pom.xml b/yang/yang-data-codec-gson/pom.xml index fd74811337..98996c627c 100644 --- a/yang/yang-data-codec-gson/pom.xml +++ b/yang/yang-data-codec-gson/pom.xml @@ -8,15 +8,16 @@ 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 + 2.1.6-SNAPSHOT + ../../bundle-parent - 4.0.0 yang-data-codec-gson + bundle ${project.artifactId} ${project.artifactId} @@ -37,15 +38,54 @@ org.opendaylight.yangtools yang-data-util + + + org.opendaylight.yangtools + yang-data-codec-xml + test + org.opendaylight.yangtools yang-parser-impl test - junit - junit + org.opendaylight.yangtools + yang-test-util test + + org.opendaylight.yangtools + mockito-configuration + + + + + + 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 + + + + +