X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=732f1ce297760784d7150f3c455159246d6a0afd;hb=9ecd8d95992bf55fbe76b07ddd17ee83dbf050e8;hp=4ae9186ca42e614a63d5c569d4be34b15edc6470;hpb=9c15517e08ebef8a11eb3c36683c95d2cf592881;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 4ae9186ca4..732f1ce297 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.yangtools yangtools-parent - 0.7.0-SNAPSHOT + 0.8.5-SNAPSHOT /../../common/parent/pom.xml @@ -22,6 +22,16 @@ + + 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 @@ -71,10 +81,6 @@ ${project.groupId} yang-model-util - - ${project.groupId} - yang-binding - com.google.guava guava @@ -93,16 +99,6 @@ slf4j-log4j12 test - - org.codehaus.groovy - groovy - test - - - org.codehaus.groovy - groovy-xml - test - xmlunit xmlunit @@ -116,10 +112,31 @@ commons-lang commons-lang + test com.google.code.findbugs jsr305 + + org.antlr + antlr4-runtime + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +