From a3a032d5b902c3e125dccd2bc2b41f22861decc1 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 10 Aug 2023 16:58:48 +0100 Subject: Java 17 Upgrade Updated dependencies to latest versions Made Java 17 changes Moved apex dependencies versions to main apex pom Issue-ID: POLICY-4675 Change-Id: Ia5cd5670a1f024f5402cbd7371162ce3313930ef Signed-off-by: adheli.tavares --- plugins/plugins-executor/plugins-executor-java/pom.xml | 2 +- .../plugins-executor-javascript/pom.xml | 18 ++++-------------- .../plugins-executor/plugins-executor-jruby/pom.xml | 2 +- plugins/plugins-executor/plugins-executor-mvel/pom.xml | 5 +++-- plugins/plugins-executor/pom.xml | 2 +- 5 files changed, 10 insertions(+), 19 deletions(-) (limited to 'plugins/plugins-executor') diff --git a/plugins/plugins-executor/plugins-executor-java/pom.xml b/plugins/plugins-executor/plugins-executor-java/pom.xml index e602090ed..f7e893e85 100644 --- a/plugins/plugins-executor/plugins-executor-java/pom.xml +++ b/plugins/plugins-executor/plugins-executor-java/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.apex-pdp.plugins.plugins-executor plugins-executor - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT plugins-executor-java diff --git a/plugins/plugins-executor/plugins-executor-javascript/pom.xml b/plugins/plugins-executor/plugins-executor-javascript/pom.xml index 883851e18..26128d512 100644 --- a/plugins/plugins-executor/plugins-executor-javascript/pom.xml +++ b/plugins/plugins-executor/plugins-executor-javascript/pom.xml @@ -19,14 +19,14 @@ ============LICENSE_END========================================================= --> + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.policy.apex-pdp.plugins.plugins-executor plugins-executor - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT plugins-executor-javascript @@ -38,11 +38,6 @@ org.mozilla rhino ${version.rhino} - - - org.assertj - assertj-core - test org.onap.policy.apex-pdp.services @@ -50,10 +45,5 @@ ${project.version} test - - org.awaitility - awaitility - test - diff --git a/plugins/plugins-executor/plugins-executor-jruby/pom.xml b/plugins/plugins-executor/plugins-executor-jruby/pom.xml index da2962dbf..321e49ccc 100644 --- a/plugins/plugins-executor/plugins-executor-jruby/pom.xml +++ b/plugins/plugins-executor/plugins-executor-jruby/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.apex-pdp.plugins.plugins-executor plugins-executor - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT plugins-executor-jruby diff --git a/plugins/plugins-executor/plugins-executor-mvel/pom.xml b/plugins/plugins-executor/plugins-executor-mvel/pom.xml index aed859909..410895158 100644 --- a/plugins/plugins-executor/plugins-executor-mvel/pom.xml +++ b/plugins/plugins-executor/plugins-executor-mvel/pom.xml @@ -1,6 +1,7 @@