Skip to content

Commit 63b4bf9

Browse files
authored
JAVA_21305: Changes made for fix the Integration test faliures (eugenp#14113)
1 parent 4a949a6 commit 63b4bf9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

web-modules/ratpack/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,20 @@
8585
</dependency>
8686
</dependencies>
8787

88+
<build>
89+
<plugins>
90+
<plugin>
91+
<groupId>org.apache.maven.plugins</groupId>
92+
<artifactId>maven-surefire-plugin</artifactId>
93+
<configuration>
94+
<argLine>
95+
--add-opens java.base/java.lang=ALL-UNNAMED
96+
</argLine>
97+
</configuration>
98+
</plugin>
99+
</plugins>
100+
</build>
101+
88102
<properties>
89103
<ratpack.version>1.9.0</ratpack.version>
90104
<httpclient.version>4.5.3</httpclient.version>

0 commit comments

Comments
 (0)