X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fpom.xml;h=5a958d04ba3af0b9c32af13d430ebb15a99ef5ba;hb=HEAD;hp=8ad461c605c11408ec2155eb7ca7a89ee79bf468;hpb=6fbcc928f1319b928f36d6ed9ba588c62193c30b;p=ovsdb.git diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index 8ad461c60..5a958d04b 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -12,23 +12,31 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.ovsdb ovsdb-binding-parent - 1.12.0-SNAPSHOT + 1.19.0-SNAPSHOT ../../commons/binding-parent 4.0.0 - org.opendaylight.ovsdb southbound-impl - 1.12.0-SNAPSHOT bundle 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 @@ -39,7 +47,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal - mdsal-binding-dom-codec + mdsal-binding-dom-codec-api org.opendaylight.mdsal @@ -79,37 +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 - javax.inject - javax.inject - provided + com.github.spotbugs + spotbugs-annotations true - org.apache.aries.blueprint - blueprint-maven-plugin-annotation + 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 @@ -138,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 @@ -167,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 +