JAVA_21305: Changes made for fix the Integration test faliures (#14113)

This commit is contained in:
Bipin kumar 2023-05-24 19:39:23 +05:30 committed by GitHub
parent 1cdf7489ee
commit 9e287cf3f3
1 changed files with 14 additions and 0 deletions

View File

@ -85,6 +85,20 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>
--add-opens java.base/java.lang=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<ratpack.version>1.9.0</ratpack.version>
<httpclient.version>4.5.3</httpclient.version>