You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@paimon.apache.org by lz...@apache.org on 2023/03/30 14:29:37 UTC

[incubator-paimon] branch master updated: [Bug] Remove useless maven configurations #779 (#780)

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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new f42fa082f [Bug] Remove useless maven configurations #779 (#780)
f42fa082f is described below

commit f42fa082fef786b26de2957932684e54a42cec83
Author: eyys <45...@users.noreply.github.com>
AuthorDate: Thu Mar 30 22:29:30 2023 +0800

    [Bug] Remove useless maven configurations #779 (#780)
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 205161b76..3ba0a8a58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,7 +424,6 @@ under the License.
                         <test.randomization.seed>${test.randomization.seed}</test.randomization.seed>
                         <test.flink.main.version>${test.flink.main.version}</test.flink.main.version>
                         <test.flink.version>${test.flink.version}</test.flink.version>
-                        <hive.main.version>${hive.main.version}</hive.main.version>
                     </systemPropertyVariables>
                     <argLine>-Xms256m -Xmx2048m -Dmvn.forkNumber=${surefire.forkNumber} -XX:+UseG1GC</argLine>
                 </configuration>