This is an automated email from the ASF dual-hosted git repository.

gongzhongqiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-mongodb.git


The following commit(s) were added to refs/heads/main by this push:
     new e0a04d0  [hotfix] Remove redundant maven properties with upgrade of 
flink-connector-parent to 1.1.0 (#42)
e0a04d0 is described below

commit e0a04d0e64e7e8cfa073ab92abbc2c6c0ae20830
Author: Jiabao Sun <[email protected]>
AuthorDate: Fri Aug 16 19:37:54 2024 +0800

    [hotfix] Remove redundant maven properties with upgrade of 
flink-connector-parent to 1.1.0 (#42)
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 49096ca..d63b3ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,9 +67,6 @@ under the License.
                <log4j.version>2.17.2</log4j.version>
 
                
<flink.parent.artifactId>flink-connector-mongodb-parent</flink.parent.artifactId>
-               <!-- These 2 properties should be removed together with upgrade 
of flink-connector-parent to 1.1.x -->
-               <flink.surefire.baseArgLine>-XX:+UseG1GC -Xms256m 
-XX:+IgnoreUnrecognizedVMOptions 
${surefire.module.config}</flink.surefire.baseArgLine>
-               <surefire.module.config/>
                <spotless.skip>false</spotless.skip>
        </properties>
 

Reply via email to