X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=c0a68d75c4be663c910adef6d1f91ac25488b84e;hb=8293e1db9d7fb9becf0680d9a8c84cf16aafd479;hp=c7125cfbef4022c60edede39de564571c5a34f4d;hpb=694fcafef0dde481bb88ee4b1b84a92a0c61fad2;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index c7125cfbef..c0a68d75c4 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -1,87 +1,163 @@ - - - - org.opendaylight.yangtools - yang - 0.5.8-SNAPSHOT - - - 4.0.0 - yang-data-impl - ${project.artifactId} - ${project.artifactId} - - - 2.1.6 - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - -Dlog4j.configuration=log4j-test.xml - -Xmx1500m - true - - - - - - - - ${project.groupId} - yang-common - - - ${project.groupId} - yang-data-api - - - ${project.groupId} - yang-parser-impl - - - org.slf4j - slf4j-simple - - - - - com.google.guava - guava - - - junit - junit - test - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - test - - - org.codehaus.groovy - groovy - ${groovy.version} - test - - - org.codehaus.groovy - groovy-xml - ${groovy.version} - test - - - xmlunit - xmlunit - 1.4 - test - - - - + + + + + + + org.opendaylight.yangtools + yangtools-parent + 0.8.0-SNAPSHOT + /../../common/parent/pom.xml + + + 4.0.0 + yang-data-impl + ${project.artifactId} + ${project.artifactId} + + + + + + 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 + + -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 + + + ${project.groupId} + yang-data-api + + + ${project.groupId} + yang-data-util + + + ${project.groupId} + yang-model-api + + + ${project.groupId} + yang-model-util + + + com.google.guava + guava + + + junit + junit + test + + + org.mockito + mockito-core + + + org.slf4j + slf4j-log4j12 + test + + + xmlunit + xmlunit + test + + + ${project.groupId} + yang-parser-impl + test + + + commons-lang + commons-lang + test + + + com.google.code.findbugs + jsr305 + + + org.antlr + antlr4-runtime + 4.0 + + +