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

casion pushed a commit to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
     new bd6e52ef7 fix incorrect commons cli version (#4046)
bd6e52ef7 is described below

commit bd6e52ef700c827402709a1ea0bf6507829b29cd
Author: GuoPhilipse <[email protected]>
AuthorDate: Thu Dec 22 23:02:38 2022 +0800

    fix incorrect commons cli version (#4046)
---
 linkis-engineconn-plugins/flink/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/linkis-engineconn-plugins/flink/pom.xml 
b/linkis-engineconn-plugins/flink/pom.xml
index 47916badb..7fe6ea8c9 100644
--- a/linkis-engineconn-plugins/flink/pom.xml
+++ b/linkis-engineconn-plugins/flink/pom.xml
@@ -28,6 +28,7 @@
   <properties>
     <flink.version>1.12.2</flink.version>
     <hive.version>2.3.3</hive.version>
+    <commons-cli.version>1.3.1</commons-cli.version>
   </properties>
 
   <dependencies>
@@ -66,7 +67,7 @@
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
-      <version>${project.version}</version>
+      <version>${commons-cli.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.flink</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to