X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=3b501d50ebec4bfce1fee68e86259767ba314d4a;hb=1f93f9a7c9ba12f28a4ce09be3ab638faf94fbd1;hp=1efb709f0fd7139a84df495dfa23a17495499a59;hpb=ae6edbf264cb203e52751fe3de37597de9b2dcb0;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 1efb709f0f..3b501d50eb 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -1,102 +1,128 @@ - - - - org.opendaylight.yangtools - yang - 0.5.8-SNAPSHOT - - - 4.0.0 - yang-data-impl - ${project.artifactId} - bundle - ${project.artifactId} - - - 2.1.6 - - - - - - org.apache.felix - maven-bundle-plugin - ${maven.bundle.version} - true - - - ${project.groupId}.${project.artifactId} - - org.opendaylight.yangtools.yang.data.impl - - - - - - 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.7.0-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 + + +