X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yang%2Fyang-data-impl%2Fpom.xml;h=50e0fcc94bf9e0b43efb1fbde3f02965359dd47f;hb=78cbd44f2617ed955064036b94f88603bc3de826;hp=afa32728c5253740a6f6a1bf13bd18f84a371a36;hpb=7f7943e4a111ba10f016fabb762b1144a16fa57f;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index afa32728c5..50e0fcc94b 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -1,88 +1,142 @@ - - - - org.opendaylight.yangtools - yang - 0.5.7-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 - 14.0.1 - - - 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.1-SNAPSHOT + /../../common/parent/pom.xml + + + 4.0.0 + yang-data-impl + ${project.artifactId} + ${project.artifactId} + + + + + + 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 + + -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 + + + ${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 + + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + +