X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=732f1ce297760784d7150f3c455159246d6a0afd;hb=9ecd8d95992bf55fbe76b07ddd17ee83dbf050e8;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..732f1ce297 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.8.5-SNAPSHOT + /../../common/parent/pom.xml 4.0.0 @@ -20,19 +19,25 @@ ${project.artifactId} ${project.artifactId} - - 2.1.6 - + + org.antlr + antlr4-maven-plugin + + src/main/antlr + target/generated-sources/parser/org/opendaylight/yangtools/yang/data/impl/leafref + true + true + + 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 +57,10 @@ + + ${project.groupId} + util + ${project.groupId} yang-common @@ -62,17 +71,15 @@ ${project.groupId} - yang-binding + yang-data-util ${project.groupId} - yang-parser-impl - - - org.slf4j - slf4j-simple - - + yang-model-api + + + ${project.groupId} + yang-model-util com.google.guava @@ -83,34 +90,53 @@ junit test + + org.mockito + mockito-core + org.slf4j slf4j-log4j12 - ${slf4j.version} test - org.codehaus.groovy - groovy - ${groovy.version} + xmlunit + xmlunit test - org.codehaus.groovy - groovy-xml - ${groovy.version} + ${project.groupId} + yang-parser-impl test - xmlunit - xmlunit - 1.5 + commons-lang + commons-lang test - - commons-lang - commons-lang - 2.6 - + + com.google.code.findbugs + jsr305 + + + org.antlr + antlr4-runtime + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +