JAVA_21305: Changes made for fix the Integration test faliures (#14113)
This commit is contained in:
parent
1cdf7489ee
commit
9e287cf3f3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue