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