From 92c0668c41a60962297ba76cf771cd7915cf024e Mon Sep 17 00:00:00 2001
From: 3hsan <56245694+ehsansasanian@users.noreply.github.com>
Date: Sun, 26 Mar 2023 20:36:43 +0200
Subject: [PATCH] Move spring-remoting-modules to jdk9-and-above profile.
(#13718)
---
pom.xml | 6 ++----
spring-remoting-modules/pom.xml | 18 ++++++++++++++++++
.../remoting-hessian-burlap-client/pom.xml | 14 ++++++++++++++
.../remoting-hessian-burlap-server/pom.xml | 14 ++++++++++++++
4 files changed, 48 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 31495958e7..9d94ac9717 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,8 +412,6 @@
spring-integration
spring-jenkins-pipeline
- spring-remoting-modules
-
spring-security-modules
@@ -594,8 +592,6 @@
spring-integration
spring-jenkins-pipeline
- spring-remoting-modules
-
spring-security-modules
@@ -756,6 +752,7 @@
spring-core
spring-core-4
spring-integration
+ spring-remoting-modules
libraries-security
performance-tests
@@ -1028,6 +1025,7 @@
spring-core
spring-core-4
spring-integration
+ spring-remoting-modules
libraries-security
performance-tests
diff --git a/spring-remoting-modules/pom.xml b/spring-remoting-modules/pom.xml
index c0f12d2f97..41d77c2969 100644
--- a/spring-remoting-modules/pom.xml
+++ b/spring-remoting-modules/pom.xml
@@ -37,4 +37,22 @@
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ ${maven-compiler-plugin.version}
+
+ ${maven.compiler.source}
+ ${maven.compiler.target}
+
+
+
+
+
+ 11
+ 11
+
+
\ No newline at end of file
diff --git a/spring-remoting-modules/remoting-hessian-burlap/remoting-hessian-burlap-client/pom.xml b/spring-remoting-modules/remoting-hessian-burlap/remoting-hessian-burlap-client/pom.xml
index 63458ef278..1939e00386 100644
--- a/spring-remoting-modules/remoting-hessian-burlap/remoting-hessian-burlap-client/pom.xml
+++ b/spring-remoting-modules/remoting-hessian-burlap/remoting-hessian-burlap-client/pom.xml
@@ -58,6 +58,20 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ --add-opens java.base/java.lang=ALL-UNNAMED
+
+
+
+
+
+
4.0.38
diff --git a/spring-remoting-modules/remoting-hessian-burlap/remoting-hessian-burlap-server/pom.xml b/spring-remoting-modules/remoting-hessian-burlap/remoting-hessian-burlap-server/pom.xml
index d64e8c94c1..68a70f24b6 100644
--- a/spring-remoting-modules/remoting-hessian-burlap/remoting-hessian-burlap-server/pom.xml
+++ b/spring-remoting-modules/remoting-hessian-burlap/remoting-hessian-burlap-server/pom.xml
@@ -29,6 +29,20 @@
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ --add-opens java.base/java.lang=ALL-UNNAMED
+
+
+
+
+
+
4.0.38