You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/04/01 12:33:59 UTC

[incubator-seatunnel] branch dev updated: [Improve][Dependency]Unified version management (#1642)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new fb167ef  [Improve][Dependency]Unified version management (#1642)
fb167ef is described below

commit fb167ef192009784e20954c73d0a6c76716dcf22
Author: Kirs <ki...@apache.org>
AuthorDate: Fri Apr 1 20:33:53 2022 +0800

    [Improve][Dependency]Unified version management (#1642)
---
 pom.xml                                   | 6 ++++++
 seatunnel-dist/release-docs/LICENSE       | 1 -
 tools/dependencies/known-dependencies.txt | 1 -
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 99b8b99..fd007f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,6 +151,7 @@
         <maven-helper-plugin.version>3.2.0</maven-helper-plugin.version>
         <maven-license-maven-plugin>1.20</maven-license-maven-plugin>
         <influxdb-java.version>2.22</influxdb-java.version>
+        <log4j-core.version>2.15.0</log4j-core.version>
         <scalastyle-maven-plugin.version>1.0.0</scalastyle-maven-plugin.version>
         <docker-maven-plugin.version>0.38.0</docker-maven-plugin.version>
         <p3c-pmd.version>1.3.0</p3c-pmd.version>
@@ -503,6 +504,11 @@
                 <version>${tispark.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.apache.logging.log4j</groupId>
+                <artifactId>log4j-core</artifactId>
+                <version>${log4j-core.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.druid</groupId>
                 <artifactId>druid-indexing-service</artifactId>
                 <version>${druid.version}</version>
diff --git a/seatunnel-dist/release-docs/LICENSE b/seatunnel-dist/release-docs/LICENSE
index d551c4b..1de860c 100644
--- a/seatunnel-dist/release-docs/LICENSE
+++ b/seatunnel-dist/release-docs/LICENSE
@@ -418,7 +418,6 @@ The text of each license is the standard Apache 2.0 license.
      (Apache License, Version 2.0) Apache Log4j API (org.apache.logging.log4j:log4j-api:2.11.1 - https://logging.apache.org/log4j/2.x/log4j-api/)
      (Apache License, Version 2.0) Apache Log4j API (org.apache.logging.log4j:log4j-api:2.15.0 - https://logging.apache.org/log4j/2.x/log4j-api/)
      (Apache License, Version 2.0) Apache Log4j API (org.apache.logging.log4j:log4j-api:2.8.1 - https://logging.apache.org/log4j/2.x/log4j-api/)
-     (Apache License, Version 2.0) Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.13.2 - https://logging.apache.org/log4j/2.x/log4j-core/)
      (Apache License, Version 2.0) Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.15.0 - https://logging.apache.org/log4j/2.x/log4j-core/)
      (Apache License, Version 2.0) Apache Log4j JUL Adapter (org.apache.logging.log4j:log4j-jul:2.15.0 - https://logging.apache.org/log4j/2.x/log4j-jul/)
      (Apache License, Version 2.0) Apache Log4j SLF4J Binding (org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 - https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/)
diff --git a/tools/dependencies/known-dependencies.txt b/tools/dependencies/known-dependencies.txt
index da46371..154b38a 100755
--- a/tools/dependencies/known-dependencies.txt
+++ b/tools/dependencies/known-dependencies.txt
@@ -466,7 +466,6 @@ log4j-1.2.17.jar
 log4j-api-2.11.1.jar
 log4j-api-2.15.0.jar
 log4j-api-2.8.1.jar
-log4j-core-2.13.2.jar
 log4j-core-2.15.0.jar
 log4j-jul-2.15.0.jar
 log4j-slf4j-impl-2.15.0.jar