X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-codec-gson%2Fpom.xml;h=a31063930139f75949014f78609e05a51bc93c17;hb=1a1b2c9f77e96c4e9a367abae90ec2327893d34c;hp=62d5519512e376830d2e4b288193696dddc1d8db;hpb=f43406daa10980d7159a0aad063f00b24387b074;p=yangtools.git diff --git a/yang/yang-data-codec-gson/pom.xml b/yang/yang-data-codec-gson/pom.xml index 62d5519512..a310639301 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.9.0-SNAPSHOT - /../../common/parent/pom.xml + bundle-parent + 3.0.7-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 + + + + +