X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=1200c3735169227c740f4b6e522f25d4656fbac3;hb=00324e40aa8e12a0e861933888c553964e13a884;hp=a4e2ef8a82d9688e664e5f7b32e1772b4f721cd3;hpb=6e5d0f5533b9c7eb029f477a5fe2f74b0c8882e8;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index a4e2ef8a82..1200c37351 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -11,8 +11,9 @@ org.opendaylight.yangtools - yang + 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,7 +30,7 @@ ${maven.surefire.version} -Dlog4j.configuration=log4j-test.xml - -Xmx1500m + -Xmx1500m ${jacoco.agent.ut.arg} true @@ -52,6 +50,10 @@ + + ${project.groupId} + util + ${project.groupId} yang-common @@ -62,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 @@ -83,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.5 test - - commons-lang - commons-lang - 2.6 - + + ${project.groupId} + yang-parser-impl + test + + + commons-lang + commons-lang + + + com.google.code.findbugs + jsr305 +