X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=c0a68d75c4be663c910adef6d1f91ac25488b84e;hb=8293e1db9d7fb9becf0680d9a8c84cf16aafd479;hp=a6958ba9be108369b37ab7fdb7d8fe4490735527;hpb=e64e0fa0c3265814d48640e432336ff5a17ad151;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index a6958ba9be..c0a68d75c4 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -1,9 +1,17 @@ - + + + + org.opendaylight.yangtools - yang - 0.6.0-SNAPSHOT + yangtools-parent + 0.8.0-SNAPSHOT + /../../common/parent/pom.xml 4.0.0 @@ -11,26 +19,84 @@ ${project.artifactId} ${project.artifactId} - - 2.1.6 - + + org.antlr + antlr4-maven-plugin + 4.0 + + + + antlr4 + + + + + 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 + + org.apache.felix + maven-bundle-plugin + true + + + + org.opendaylight.yangtools.yang.data.impl.* + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.antlr + antlr4-maven-plugin + [4.0,) + + antlr4 + + + + + + + + + + + + + + ${project.groupId} + util + ${project.groupId} yang-common @@ -41,13 +107,15 @@ ${project.groupId} - yang-parser-impl - - - org.slf4j - slf4j-simple - - + yang-data-util + + + ${project.groupId} + yang-model-api + + + ${project.groupId} + yang-model-util com.google.guava @@ -58,34 +126,38 @@ 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.4 + commons-lang + commons-lang test - - commons-lang - commons-lang - 2.6 - + + com.google.code.findbugs + jsr305 + + + org.antlr + antlr4-runtime + 4.0 +