X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=1200c3735169227c740f4b6e522f25d4656fbac3;hb=00324e40aa8e12a0e861933888c553964e13a884;hp=55c83f115a4e4226ce6e7eb52d744f7ef1172c24;hpb=878b2414de72811ffc668e8b51486a349b5c5422;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 55c83f115a..1200c37351 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -11,8 +11,9 @@ org.opendaylight.yangtools - yang - 0.6.0-SNAPSHOT + yangtools-parent + 0.6.2-SNAPSHOT + /../../common/parent/pom.xml 4.0.0 @@ -20,9 +21,6 @@ ${project.artifactId} ${project.artifactId} - - 2.1.6 - @@ -32,14 +30,30 @@ ${maven.surefire.version} -Dlog4j.configuration=log4j-test.xml - -Xmx1500m + -Xmx1500m ${jacoco.agent.ut.arg} true + + org.apache.felix + maven-bundle-plugin + true + + + + org.opendaylight.yangtools.yang.data.impl.* + + + + + + ${project.groupId} + util + ${project.groupId} yang-common @@ -50,17 +64,19 @@ ${project.groupId} - yang-binding + yang-data-util ${project.groupId} - yang-parser-impl - - - org.slf4j - slf4j-simple - - + yang-model-api + + + ${project.groupId} + yang-model-util + + + ${project.groupId} + yang-binding com.google.guava @@ -71,34 +87,42 @@ junit test + + org.mockito + mockito-core + org.slf4j slf4j-log4j12 - ${slf4j.version} test org.codehaus.groovy groovy - ${groovy.version} test org.codehaus.groovy groovy-xml - ${groovy.version} test xmlunit xmlunit - 1.4 test - - commons-lang - commons-lang - 2.6 - + + ${project.groupId} + yang-parser-impl + test + + + commons-lang + commons-lang + + + com.google.code.findbugs + jsr305 +