From 15d89e07cd5eb99ccb9bb5183e8dc41ec2e2d59f Mon Sep 17 00:00:00 2001 From: 3hsan <56245694+ehsansasanian@users.noreply.github.com> Date: Wed, 22 Mar 2023 09:21:10 +0100 Subject: [PATCH] Upgrade spring-mobile module to JDK 11 and move it to jdk9-and-above (#13652) * Upgrade spring-mobile module to JDK 11 and move it to jdk9-and-above profile * Add maven-war-plugin to spring-mobile module --------- Co-authored-by: Dhawal Kapil --- pom.xml | 6 ++---- spring-mobile/pom.xml | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d2f7724c1a..3b55736aca 100644 --- a/pom.xml +++ b/pom.xml @@ -416,7 +416,6 @@ spring-jenkins-pipeline spring-katharsis - spring-mobile spring-remoting-modules @@ -606,7 +605,6 @@ spring-jenkins-pipeline spring-katharsis - spring-mobile spring-remoting-modules @@ -739,6 +737,7 @@ + spring-mobile microservices-modules spring-ejb-modules spring-di @@ -749,7 +748,6 @@ azure netflix-modules spf4j - spring-jersey jersey jaxb @@ -1014,6 +1012,7 @@ + spring-mobile microservices-modules spring-ejb-modules spring-di @@ -1024,7 +1023,6 @@ azure netflix-modules spf4j - spring-jersey jersey jaxb diff --git a/spring-mobile/pom.xml b/spring-mobile/pom.xml index 7f715c8735..0c279c0d62 100644 --- a/spring-mobile/pom.xml +++ b/spring-mobile/pom.xml @@ -32,8 +32,33 @@ + + + + org.apache.maven.plugins + maven-war-plugin + ${maven-war-plugin.version} + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${maven.compiler.source} + ${maven.compiler.target} + + --add-exports=java.base/jdk.internal.vm.annotation=ALL-UNNAMED + + + + + + 1.1.5.RELEASE + 11 + 11 + 3.3.2 \ No newline at end of file