X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-codec-gson%2Fpom.xml;h=124498db5cbb0cc77ff9e03f61cc098d6dc32f52;hb=7ec04bfab1274091de745f29f2c4ee00e550ebe4;hp=f366cc1ebf227372e26255a3cbc8525dbd3909be;hpb=5224d7bd6d2732290cdc09dc5aa0ec8bdbc0cc71;p=yangtools.git diff --git a/yang/yang-data-codec-gson/pom.xml b/yang/yang-data-codec-gson/pom.xml index f366cc1ebf..124498db5c 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.8.0-SNAPSHOT - /../../common/parent/pom.xml + bundle-parent + 3.0.3-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 + + + org.opendaylight.yangtools.yang.data.codec.gson + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + + + +