From 1b6a428451709a3daa98d0f1cdee49d791985c0d Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 5 Nov 2019 13:44:53 +0100 Subject: Move to JDK 13 Do the required changes to move to JDK 13 Issue-ID: CLAMP-327 Change-Id: Ia7840851eeefc6c00e3e49eacb2e49cc27a0b2f0 Signed-off-by: sebdet --- pom.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 44 insertions(+), 9 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 76a0e4f1..7c1b6d52 100644 --- a/pom.xml +++ b/pom.xml @@ -75,14 +75,12 @@ yyyyMMdd'T'HHmmss'Z' ${project.version} ${maven.build.timestamp} - 1.8 - 1.8 UTF-8 UTF-8 1.0.0 2.24.0 - 2.1.5.RELEASE + 2.2.0.RELEASE jacoco ${project.build.directory}/surefire-reports @@ -105,7 +103,7 @@ true false - 9.0.20 + 9.0.27 ui-react https://nexus3.onap.org/repository/npm.release/ @@ -276,6 +274,16 @@ com.att.eelf eelf-core ${eelf.core.version} + + + org.powermock + powermock-module-junit4 + + + org.powermock + powermock-api-mockito + + org.codehaus.janino @@ -515,7 +523,19 @@ org.mockito mockito-core - 1.10.19 + 2.28.2 + test + + + org.powermock + powermock-api-mockito2 + 2.0.4 + test + + + org.powermock + powermock-module-junit4 + 2.0.4 test @@ -795,7 +815,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.1 + 2.22.2 1C true @@ -807,7 +827,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.22.1 + 2.22.2 integration-tests @@ -833,7 +853,7 @@ io.fabric8 docker-maven-plugin - 0.27.2 + 0.31.0 org.apache.httpcomponents @@ -869,6 +889,9 @@ ${docker.mariadb.port.host}:3306 + + bridge + @@ -899,6 +922,9 @@ ./start_http_cache.sh ${python.http.proxy.param} --python_proxyaddress=localhost:${docker.http-cache.port.host} + + bridge + @@ -1015,7 +1041,7 @@ org.jacoco jacoco-maven-plugin - 0.8.2 + 0.8.5 true true @@ -1127,6 +1153,15 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 13 + 13 + + -- cgit 1.2.3-korg