This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new b73455a347 [INLONG-8326][Build] Remove duplicate dependency
declarations of "jsqlparser" (#8329)
b73455a347 is described below
commit b73455a34729d416ee76d0ec22cb6857f5d15ea3
Author: megru <[email protected]>
AuthorDate: Tue Jun 27 17:05:47 2023 +0800
[INLONG-8326][Build] Remove duplicate dependency declarations of
"jsqlparser" (#8329)
Co-authored-by: megruzhao <[email protected]>
---
licenses/inlong-manager/LICENSE | 2 +-
licenses/inlong-sort-connectors/LICENSE | 2 +-
pom.xml | 6 ------
3 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/licenses/inlong-manager/LICENSE b/licenses/inlong-manager/LICENSE
index 88626ddd98..abd8e8d608 100644
--- a/licenses/inlong-manager/LICENSE
+++ b/licenses/inlong-manager/LICENSE
@@ -481,7 +481,7 @@ The text of each license is the standard Apache 2.0 license.
javax.jdo:jdo-api:3.0.1 - JDO API (http://db.apache.org/jdo), (Apache 2.0)
net.java.dev.jets3t:jets3t:0.9.0 - An open source Java toolkit for Amazon S3
(http://www.jets3t.org), (Apache License, Version 2.0)
joda-time:joda-time:2.10.10 - Joda-Time (http://www.joda.org/joda-time/),
(Apache License, Version 2.0)
- com.github.jsqlparser:jsqlparser:4.2 - JSQLParser library
(https://github.com/JSQLParser/JSqlParser), (The Apache Software License,
Version 2.0; GNU Library or Lesser General Public License (LGPL) V2.1)
+ com.github.jsqlparser:jsqlparser:4.6 - JSQLParser library
(https://github.com/JSQLParser/JSqlParser), (The Apache Software License,
Version 2.0; GNU Library or Lesser General Public License (LGPL) V2.1)
com.github.xiaoymin:knife4j-annotations:3.0.3 - Knife4j Annotations
(https://gitee.com/xiaoym/knife4j/tree/v2.0.9/knife4j/knife4j-annotations),
(The Apache Software License, Version 2.0)
com.github.xiaoymin:knife4j-core:3.0.3 - knife4j-core
(https://gitee.com/xiaoym/knife4j/tree/v2.0.9/knife4j/knife4j-core), (The
Apache Software License, Version 2.0)
com.github.xiaoymin:knife4j-spring:3.0.3 - Knife4j Spring
(https://gitee.com/xiaoym/knife4j/tree/v2.0.9/knife4j/knife4j-spring), (The
Apache Software License, Version 2.0)
diff --git a/licenses/inlong-sort-connectors/LICENSE
b/licenses/inlong-sort-connectors/LICENSE
index 4ad493afe9..37b40c8cbf 100644
--- a/licenses/inlong-sort-connectors/LICENSE
+++ b/licenses/inlong-sort-connectors/LICENSE
@@ -899,7 +899,7 @@ The text of each license is the standard Apache 2.0 license.
net.sf.jpam:jpam:1.1 - JPam (http://jpam.sourceforge.net/), (The Apache
Software License, Version 2.0)
com.cedarsoftware:json-io:2.5.1 - Java JSON serialization
(https://github.com/jdereg/json-io), (Apache License, Version 2.0)
net.minidev:json-smart:2.3 - JSON Small and Fast Parser
(https://github.com/netplex/json-smart-v2/tree/v2.3), (The Apache Software
License, Version 2.0)
- com.github.jsqlparser:jsqlparser:4.2 - JSQLParser library
(https://github.com/JSQLParser/JSqlParser), (The Apache Software License,
Version 2.0; GNU Library or Lesser General Public License (LGPL) V2.1)
+ com.github.jsqlparser:jsqlparser:4.6 - JSQLParser library
(https://github.com/JSQLParser/JSqlParser), (The Apache Software License,
Version 2.0; GNU Library or Lesser General Public License (LGPL) V2.1)
org.apache.kerby:kerb-admin:1.0.1 - Kerby-kerb Admin
(http://directory.apache.org/kerby/kerby-kerb/kerb-admin), (Apache License,
Version 2.0)
org.apache.kerby:kerb-client:1.0.1 - Kerby-kerb Client
(http://directory.apache.org/kerby/kerby-kerb/kerb-client), (Apache License,
Version 2.0)
org.apache.kerby:kerb-common:1.0.1 - Kerby-kerb Common
(http://directory.apache.org/kerby/kerby-kerb/kerb-common), (Apache License,
Version 2.0)
diff --git a/pom.xml b/pom.xml
index 2fa96ff74a..f29de8f2c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,6 @@
<tomcat.version>8.5.53</tomcat.version>
<jedis.version>2.9.0</jedis.version>
<poi.version>5.2.3</poi.version>
- <jsqlparser.version>4.2</jsqlparser.version>
</properties>
<dependencyManagement>
@@ -226,11 +225,6 @@
<artifactId>flume-ng-configuration</artifactId>
<version>${flume.version}</version>
</dependency>
- <dependency>
- <groupId>com.github.jsqlparser</groupId>
- <artifactId>jsqlparser</artifactId>
- <version>${jsqlparser.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.flume.flume-ng-sinks</groupId>
<artifactId>flume-hdfs-sink</artifactId>