X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fpom.xml;h=5a958d04ba3af0b9c32af13d430ebb15a99ef5ba;hb=HEAD;hp=bae9b02cb8e31ac23a734761cb5c31cebfde835c;hpb=ba7725a26ae46153de7111fcffbd9b8372637620;p=ovsdb.git diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index bae9b02cb..5a958d04b 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -12,20 +12,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.ovsdb ovsdb-binding-parent - 1.14.0-SNAPSHOT + 1.19.0-SNAPSHOT ../../commons/binding-parent 4.0.0 - org.opendaylight.ovsdb southbound-impl - 1.14.0-SNAPSHOT bundle ODL :: ovsdb :: ${project.artifactId} ../southbound-it/target/jacoco-it.exec + + false @@ -87,31 +87,39 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.infrautils ready-api - - org.opendaylight.serviceutils - upgrade - org.opendaylight.infrautils diagstatus-api + + com.github.spotbugs + spotbugs-annotations + true + com.guicedee.services javax.inject true - javax.annotation - javax.annotation-api + 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 @@ -123,13 +131,24 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-binding-test-utils + + + org.mockito + mockito-core + 3.12.4 + test + org.powermock powermock-api-mockito2 + 2.0.9 + test org.powermock powermock-module-junit4 + 2.0.9 + test org.opendaylight.ovsdb @@ -162,6 +181,17 @@ 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 +