Skip to content

Commit fbabe72

Browse files
committed
Revert "add surefire plugin config"
This reverts commit 0655a41.
1 parent 6b592f4 commit fbabe72

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

flink-connector-pulsar-e2e-tests/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ under the License.
3232

3333
<properties>
3434
<japicmp.skip>true</japicmp.skip>
35-
<flink.connector.module.config>
36-
--add-opens=java.base/java.lang=ALL-UNNAMED
37-
--add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED
38-
--add-opens=java.base/java.util=ALL-UNNAMED
39-
</flink.connector.module.config>
4035
</properties>
4136

4237
<dependencies>

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ under the License.
9191
<!-- Pulsar container requires more memories since 2.11.0. Reduce the surefire instance. -->
9292
<flink.forkCountUnitTest>2</flink.forkCountUnitTest>
9393
<flink.forkCountITCase>2</flink.forkCountITCase>
94-
<flink.connector.module.config/>
95-
<flink.surefire.baseArgLine>-XX:+UseG1GC -Xms256m -XX:+IgnoreUnrecognizedVMOptions
96-
${flink.connector.module.config}
97-
</flink.surefire.baseArgLine>
9894
</properties>
9995

10096
<dependencies>

0 commit comments

Comments
 (0)