X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=0eb2b079d784aa8bc5f8b7c7959605b8eabb2dbc;hb=412968d22ef7f0edfe20b3649bb344e3848d8514;hp=8543c2be35a44e908fa657062ecd210727efd696;hpb=50b2f9cfb4001418d4d0ae8d2f330e1ff889cd8d;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 8543c2be35..0eb2b079d7 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -1,18 +1,16 @@ - - + + org.opendaylight.yangtools yangtools-parent - 0.6.2-SNAPSHOT + 0.8.0-Beryllium /../../common/parent/pom.xml @@ -24,13 +22,22 @@ + + 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 @@ -64,15 +71,15 @@ ${project.groupId} - yang-model-api + yang-data-util ${project.groupId} - yang-model-util + yang-model-api ${project.groupId} - yang-binding + yang-model-util com.google.guava @@ -84,18 +91,12 @@ test - org.slf4j - slf4j-log4j12 - test + org.mockito + mockito-core - org.codehaus.groovy - groovy - test - - - org.codehaus.groovy - groovy-xml + org.slf4j + slf4j-log4j12 test @@ -111,6 +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}/ + +