X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fpom.xml;h=5a958d04ba3af0b9c32af13d430ebb15a99ef5ba;hb=HEAD;hp=a67f23a1ba64c1f47555b45d62d7b43d0fbe86f4;hpb=e1b3eedaca1a43d3d01c2a314c577ccdbff1c6f3;p=ovsdb.git diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index a67f23a1b..f870e786c 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.ovsdb ovsdb-binding-parent - 1.14.0-SNAPSHOT + 1.20.0-SNAPSHOT ../../commons/binding-parent @@ -24,9 +24,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ODL :: ovsdb :: ${project.artifactId} ../southbound-it/target/jacoco-it.exec + + false + + org.opendaylight.yangtools + binding-data-codec-api + org.opendaylight.yangtools yang-data-util @@ -43,10 +49,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-dom-api - - org.opendaylight.mdsal - mdsal-binding-dom-codec-api - org.opendaylight.mdsal mdsal-eos-binding-api @@ -85,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 @@ -121,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 @@ -160,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 +