X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=a9f05845784db3190929e7e7cd864081b51d101a;hb=5e5b2652223917993dc44302488d9fb4d715025d;hp=013bbcc357a2b9974c5915c0705c698172c88b9b;hpb=194f04e062a382cd234ac3f8e1b69f269de0b8fb;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 013bbcc357..a9f0584578 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.1-Beryllium-SR1 + /../../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,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 @@ -82,27 +91,17 @@ test - org.slf4j - slf4j-log4j12 - ${slf4j.version} - test - - - org.codehaus.groovy - groovy - ${groovy.version} - test + org.mockito + mockito-core - org.codehaus.groovy - groovy-xml - ${groovy.version} + org.slf4j + slf4j-log4j12 test xmlunit xmlunit - 1.5 test @@ -113,7 +112,31 @@ commons-lang commons-lang - 2.6 + 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}/ + +