X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=1200c3735169227c740f4b6e522f25d4656fbac3;hb=173719b3ce9677f36932d41086f7ee987dcb4a50;hp=2d3efd8452ec7dac0c0600d0e87c9757bacddbae;hpb=e79d0987102ab3687db14faab97b81649e35fd89;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 2d3efd8452..1200c37351 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -1,87 +1,128 @@ - - - - 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 - ${maven.surefire.version} - - -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.6.2-SNAPSHOT + /../../common/parent/pom.xml + + + 4.0.0 + yang-data-impl + ${project.artifactId} + ${project.artifactId} + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven.surefire.version} + + -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 + + + ${project.groupId} + yang-binding + + + com.google.guava + guava + + + junit + junit + test + + + org.mockito + mockito-core + + + org.slf4j + slf4j-log4j12 + test + + + org.codehaus.groovy + groovy + test + + + org.codehaus.groovy + groovy-xml + test + + + xmlunit + xmlunit + test + + + ${project.groupId} + yang-parser-impl + test + + + commons-lang + commons-lang + + + com.google.code.findbugs + jsr305 + + +