X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=0953073f529a66582b9b9537aa560d0f1d92572b;hb=3a5f312525b849b377094eb102be75170051cc05;hp=a4e2ef8a82d9688e664e5f7b32e1772b4f721cd3;hpb=98a61a559927859217fed0ece6385ba5965b874d;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index a4e2ef8a82..0953073f52 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -1,18 +1,17 @@ - - + + org.opendaylight.yangtools - yang - 0.6.2-SNAPSHOT + yangtools-parent + 0.7.0-SNAPSHOT + /../../common/parent/pom.xml 4.0.0 @@ -20,19 +19,15 @@ ${project.artifactId} ${project.artifactId} - - 2.1.6 - org.apache.maven.plugins maven-surefire-plugin - ${maven.surefire.version} - -Dlog4j.configuration=log4j-test.xml - -Xmx1500m + -Dlog4j.configuration=log4j-test.xml + -Xmx1500m ${jacoco.agent.ut.arg} true @@ -52,6 +47,10 @@ + + ${project.groupId} + util + ${project.groupId} yang-common @@ -62,17 +61,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 +84,43 @@ 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 + test + + + com.google.code.findbugs + jsr305 +