X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fpom.xml;h=5a958d04ba3af0b9c32af13d430ebb15a99ef5ba;hb=HEAD;hp=3b908b6c625c4c062a3fb830c9684f79af368fe5;hpb=d6ddc2ab00eb897adc5be169f27b27893b4287db;p=ovsdb.git diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index 3b908b6c6..5a958d04b 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -1,6 +1,7 @@ - + + ODL :: ovsdb :: ${project.artifactId} ../southbound-it/target/jacoco-it.exec + + false + + org.opendaylight.yangtools + yang-data-util + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.mdsal + mdsal-binding-api + + + org.opendaylight.mdsal + mdsal-dom-api + + + org.opendaylight.mdsal + mdsal-binding-dom-codec-api + + + org.opendaylight.mdsal + mdsal-eos-binding-api + ${project.groupId} southbound-api ${project.version} + + ${project.groupId} + utils.mdsal-utils + ${project.version} + ${project.groupId} library @@ -72,11 +83,43 @@ and is available at http://www.eclipse.org/legal/epl-v10.html com.google.guava guava + + org.opendaylight.infrautils + ready-api + - org.codehaus.sonar-plugins.java + org.opendaylight.infrautils + diagstatus-api + + + com.github.spotbugs + spotbugs-annotations + true + + + com.guicedee.services + javax.inject + true + + + jakarta.annotation + jakarta.annotation-api + true + + + org.osgi + org.osgi.service.component.annotations + + + org.osgi + org.osgi.service.metatype.annotations + + + + + org.sonarsource.java sonar-jacoco-listeners - ${sonar-jacoco-listeners.version} test @@ -84,32 +127,33 @@ and is available at http://www.eclipse.org/legal/epl-v10.html slf4j-simple test - - junit - junit - test + org.opendaylight.mdsal + mdsal-binding-test-utils + - org.powermock - powermock-api-mockito + org.mockito + mockito-core + 3.12.4 test org.powermock - powermock-module-junit4 + powermock-api-mockito2 + 2.0.9 test - org.opendaylight.controller - sal-binding-broker-impl - test-jar + org.powermock + powermock-module-junit4 + 2.0.9 test org.opendaylight.ovsdb utils.southbound-utils - 1.3.0-SNAPSHOT + ${project.version} test @@ -127,13 +171,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.apache.maven.plugins - maven-checkstyle-plugin - - true - - org.apache.maven.plugins maven-surefire-plugin @@ -144,8 +181,57 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.sonar.java.jacoco.JUnitListener + + + + @{argLine} + --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens java.base/java.lang.reflect=ALL-UNNAMED + --add-opens java.base/java.net=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED + --add-opens java.base/java.util.concurrent=ALL-UNNAMED + --add-opens java.base/java.util.stream=ALL-UNNAMED + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/initial/southbound.cfg + cfg + config + + + + + + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +