X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fpom.xml;h=5a958d04ba3af0b9c32af13d430ebb15a99ef5ba;hb=HEAD;hp=c735b627cc5b1a71df98613ea9a4e1d48e9a2a5c;hpb=27af68032ea70b228af9779d8a0aa5a06fb18fae;p=ovsdb.git diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index c735b627c..5a958d04b 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.19.0-SNAPSHOT ../../commons/binding-parent @@ -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 @@ -173,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 +