X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=50e0fcc94bf9e0b43efb1fbde3f02965359dd47f;hb=dc6156c3cc37f1b9acf68cbc69d59423bf1791eb;hp=c0de36ba2ab337c10797b723342912d2f634eae3;hpb=8dbbc0a1cdb636c55407e504b397c4b4a2e05d73;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index c0de36ba2a..50e0fcc94b 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-SNAPSHOT + /../../common/parent/pom.xml 4.0.0 @@ -20,26 +19,48 @@ ${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 + + org.apache.felix + maven-bundle-plugin + true + + + + org.opendaylight.yangtools.yang.data.impl.* + + + + + + ${project.groupId} + util + ${project.groupId} yang-common @@ -50,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 @@ -71,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.4 + 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}/ + +