From 9e287cf3f3ca80dc9f43d3ce40307d9a9d04f138 Mon Sep 17 00:00:00 2001 From: Bipin kumar Date: Wed, 24 May 2023 19:39:23 +0530 Subject: [PATCH] JAVA_21305: Changes made for fix the Integration test faliures (#14113) --- web-modules/ratpack/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/web-modules/ratpack/pom.xml b/web-modules/ratpack/pom.xml index 156080ccca..1ef358cc55 100644 --- a/web-modules/ratpack/pom.xml +++ b/web-modules/ratpack/pom.xml @@ -85,6 +85,20 @@ + + + + org.apache.maven.plugins + maven-surefire-plugin + + + --add-opens java.base/java.lang=ALL-UNNAMED + + + + + + 1.9.0 4.5.3