X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fpom.xml;h=5a958d04ba3af0b9c32af13d430ebb15a99ef5ba;hb=HEAD;hp=2b21cb9b274db987f30dbb0a6668c7c180ae4aca;hpb=30badc377f54f0b71cdbff79bd752ba44cb050c2;p=ovsdb.git diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index 2b21cb9b2..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,36 +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 - org.apache.aries.blueprint - blueprint-maven-plugin-annotation + jakarta.annotation + jakarta.annotation-api true - javax.annotation - javax.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 @@ -128,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 @@ -145,13 +159,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.apache.aries.blueprint - blueprint-maven-plugin - - org.opendaylight.ovsdb.southbound - - org.apache.felix maven-bundle-plugin @@ -174,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 +