X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fdatarouter.git;a=blobdiff_plain;f=pom.xml;h=9846d273fc01f8559e78ea97423263b8bb0c5e8f;hp=ec0aedfc7d29d06a7eb061c8f660de5f67c378dd;hb=HEAD;hpb=e49f6d600a6bdc828a2cd8a8e04b1182586a5e19 diff --git a/pom.xml b/pom.xml index ec0aedfc..91c9dac0 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.0.0 + 3.3.3 - 2.1.11-SNAPSHOT + 2.1.15-SNAPSHOT UTF-8 - 11 - 11 + 17 + 17 /content/repositories/snapshots/ /content/repositories/releases/ @@ -59,14 +58,14 @@ yyyyMMdd'T'HHmmss'Z' - 9.4.41.v20210516 + 11.0.12 1.5.5 4.0.1 1.2.7 1.2.3 - 2.1.15 1.15 - 1.5 + 3.0.0 + 4.0.13 0.33.0 2.2.54 2.4 @@ -87,6 +86,7 @@ datarouter-prov + datarouter-prov-client datarouter-node datarouter-subscriber datarouter-docker-compose @@ -154,7 +154,7 @@ org.eclipse.jetty jetty-continuation - ${jetty.version} + 9.4.49.v20220914 org.eclipse.jetty @@ -169,7 +169,7 @@ org.eclipse.jetty jetty-http - 9.4.43.v20210629 + ${jetty.version} org.eclipse.jetty @@ -181,11 +181,6 @@ cdi-websocket ${jetty.version} - - org.onap.aaf.authz - aaf-cadi-core - ${aaf-cadi-aaf.version} - commons-io commons-io @@ -301,7 +296,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 @@ -310,7 +315,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 @@ -414,9 +429,17 @@ - org.codehaus.gmaven - gmaven-plugin - ${gmaven-plugin.version} + org.codehaus.gmavenplus + gmavenplus-plugin + ${gmavenplus-plugin.version} + + + org.apache.groovy + groovy-all + ${groovy.version} + pom + + validate @@ -428,18 +451,20 @@ ${project.version} - - println 'ver: ' + project.properties['ver']; - if ( project.properties['ver'].endsWith("-SNAPSHOT") ) { - project.properties['dockertag1']=project.properties['ver'] + "-latest"; - project.properties['dockertag2']=project.properties['ver'] + "-" + project.properties['timestamp']; - } else { - project.properties['dockertag1']=project.properties['ver'] + "-STAGING-latest"; - project.properties['dockertag2']=project.properties['ver'] + "-STAGING-" + project.properties['timestamp']; - } - println 'docker tag 1: ' + project.properties['dockertag1']; - println 'docker tag 2: ' + project.properties['dockertag2']; - + + + @@ -448,6 +473,7 @@ io.fabric8 docker-maven-plugin ${io.fabric8.version} + true ${docker.skip.build} ${docker.verbose}