X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=529e7c6f1c6adf3f7f7a0d823120ce3659ba92ef;hb=81e62601fe7c386f496c005b8c35d03bc8e8adb1;hp=40357b090597d0ce36dcf411cac7c65ec3d14b77;hpb=8b695ac559bda388781e5ad0e4b02d1e82dc9cef;p=dmaap%2Fdatarouter.git diff --git a/pom.xml b/pom.xml index 40357b09..529e7c6f 100755 --- a/pom.xml +++ b/pom.xml @@ -4,6 +4,8 @@ * =========================================================================== * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * Modifications Copyright (C) 2018 Nokia. All rights reserved. + * Copyright (d) 2023 J. F. Lucas. All rights reserved. + * Copyright © 2023 Nordix Foundation Property. All rights reserved. * =========================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,10 +19,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END==================================================== - * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. - * ---> + --> 4.0.0 org.onap.dmaap.datarouter @@ -32,14 +31,14 @@ org.onap.oparent oparent - 3.3.2 + 3.3.3 - 2.1.13-SNAPSHOT + 2.1.15-SNAPSHOT UTF-8 - 11 - 11 + 17 + 17 /content/repositories/snapshots/ /content/repositories/releases/ @@ -86,6 +85,7 @@ datarouter-prov + datarouter-prov-client datarouter-node datarouter-subscriber datarouter-docker-compose @@ -295,7 +295,17 @@ IntegrationSuite.java - ${surefireArgLine} --illegal-access=permit + --add-opens=java.base/java.util.concurrent=ALL-UNNAMED + --add-opens=java.base/sun.security.util=ALL-UNNAMED + --add-opens=java.base/sun.security.jca=ALL-UNNAMED + --add-opens=java.base/java.util.regex=ALL-UNNAMED + --add-opens=java.base/java.nio.file=ALL-UNNAMED + --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/java.util=ALL-UNNAMED + --add-opens=java.base/java.text=ALL-UNNAMED + --add-opens=java.base/java.net=ALL-UNNAMED + --add-opens=java.base/java.nio=ALL-UNNAMED + --add-opens=java.base/java.io=ALL-UNNAMED @@ -304,7 +314,17 @@ maven-failsafe-plugin - --illegal-access=permit + --add-opens=java.base/java.util.concurrent=ALL-UNNAMED + --add-opens=java.base/sun.security.util=ALL-UNNAMED + --add-opens=java.base/sun.security.jca=ALL-UNNAMED + --add-opens=java.base/java.util.regex=ALL-UNNAMED + --add-opens=java.base/java.nio.file=ALL-UNNAMED + --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/java.util=ALL-UNNAMED + --add-opens=java.base/java.text=ALL-UNNAMED + --add-opens=java.base/java.net=ALL-UNNAMED + --add-opens=java.base/java.nio=ALL-UNNAMED + --add-opens=java.base/java.io=ALL-UNNAMED @@ -442,6 +462,7 @@ io.fabric8 docker-maven-plugin ${io.fabric8.version} + true ${docker.skip.build} ${docker.verbose}