From 47ca8fe691c0f8e6ed211a32a29abafaa81e155e Mon Sep 17 00:00:00 2001 From: panos-kakos <102670093+panos-kakos@users.noreply.github.com> Date: Fri, 19 May 2023 05:50:37 +0300 Subject: [PATCH] 20616 (#14023) * [JAVA-20616] Upgraded spring-spel module to jdk9-and-above profile * [JAVA-20616] Upgraded spring-websockets module to jdk9-and-above profile * [JAVA-20616] Upgraded spring-shell module to jdk9-and-above profile --------- Co-authored-by: Dhawal Kapil --- pom.xml | 16 ++++++++-------- spring-shell/pom.xml | 19 +++++++++++++++++-- spring-websockets/pom.xml | 4 ++++ 3 files changed, 29 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index e3a9d07be2..b6e5c526c5 100644 --- a/pom.xml +++ b/pom.xml @@ -419,13 +419,10 @@ spring-security-modules - spring-shell spring-soap - spring-spel spring-static-resources spring-swagger-codegen spring-web-modules - spring-websockets testing-modules video-tutorials xml @@ -590,13 +587,10 @@ spring-security-modules - spring-shell spring-soap - spring-spel spring-static-resources spring-swagger-codegen spring-web-modules - spring-websockets testing-modules video-tutorials xml @@ -917,8 +911,11 @@ spring-scheduling spring-state-machine + spring-shell + spring-spel spring-threads - spring-vault + spring-vault + spring-websockets static-analysis tensorflow-java vertx-modules @@ -1176,8 +1173,11 @@ spring-scheduling spring-state-machine + spring-shell + spring-spel spring-threads - spring-vault + spring-vault + spring-websockets static-analysis tensorflow-java vertx-modules diff --git a/spring-shell/pom.xml b/spring-shell/pom.xml index 4e64436486..506884b413 100644 --- a/spring-shell/pom.xml +++ b/spring-shell/pom.xml @@ -19,12 +19,27 @@ org.springframework.shell spring-shell - ${org.springframework.shell.version} + ${spring-shell.version} + + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + src/main/webapp + false + + + + + - 1.2.0.RELEASE + 1.2.0.RELEASE + 3.3.2 \ No newline at end of file diff --git a/spring-websockets/pom.xml b/spring-websockets/pom.xml index a28ef8749a..c13d1cff33 100644 --- a/spring-websockets/pom.xml +++ b/spring-websockets/pom.xml @@ -44,4 +44,8 @@ + + 3.3.2 + + \ No newline at end of file