Skip to content

Commit b741a14

Browse files
author
cduby
committed
[CYB-207] remove deprecated forkMode for rest enrichments module
1 parent f8e45d2 commit b741a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flink-cyber/flink-enrichment/flink-enrichment-lookup-rest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
<artifactId>maven-surefire-plugin</artifactId>
202202
<version>${maven-surefire-plugin.version}</version>
203203
<configuration>
204-
<!-- use separate jvm to run each test. mockserver secure and insecure get confused if tests run in the same jvm -->
205-
<forkMode>always</forkMode>
204+
<forkCount>1</forkCount>
205+
<reuseForks>false</reuseForks>
206206
</configuration>
207207
</plugin>
208208
</plugins>

0 commit comments

Comments
 (0)