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

[incubator-seatunnel] branch dev updated: [Bug][Spark]Update jackson scala module version. (#1766)

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

wenjun 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 7b6a4f9b [Bug][Spark]Update jackson scala module version. (#1766)
7b6a4f9b is described below

commit 7b6a4f9b1c432869872b8ca41304d047d3676529
Author: TrickyZerg <32...@users.noreply.github.com>
AuthorDate: Thu Apr 28 20:44:23 2022 +0800

    [Bug][Spark]Update jackson scala module version. (#1766)
    
    * update jackson scala module version to 2.12.6.
    * update known-dependencies.txt
---
 pom.xml                                   | 6 ++++++
 seatunnel-dist/release-docs/LICENSE       | 2 +-
 tools/dependencies/known-dependencies.txt | 1 -
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 141b5b29..29e92cb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -522,6 +522,12 @@
                 <version>${jackson.version}</version>
             </dependency>
 
+            <dependency>
+                <groupId>com.fasterxml.jackson.module</groupId>
+                <artifactId>jackson-module-scala_${scala.binary.version}</artifactId>
+                <version>${jackson.version}</version>
+            </dependency>
+
             <dependency>
                 <groupId>org.testcontainers</groupId>
                 <artifactId>testcontainers</artifactId>
diff --git a/seatunnel-dist/release-docs/LICENSE b/seatunnel-dist/release-docs/LICENSE
index 1978f788..20b81ba0 100644
--- a/seatunnel-dist/release-docs/LICENSE
+++ b/seatunnel-dist/release-docs/LICENSE
@@ -860,7 +860,7 @@ The text of each license is the standard Apache 2.0 license.
      (The Apache Software License, Version 2.0) htrace-core (org.htrace:htrace-core:3.0.4 - https://github.com/cloudera/htrace)
      (The Apache Software License, Version 2.0) htrace-core4 (org.apache.htrace:htrace-core4:4.1.0-incubating - http://incubator.apache.org/projects/htrace.html)
      (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.12.6  - http://github.com/FasterXML/jackson)
-     (The Apache Software License, Version 2.0) jackson-module-scala (com.fasterxml.jackson.module:jackson-module-scala_2.11:2.6.7.1 - http://wiki.fasterxml.com/JacksonModuleScala)
+     (The Apache Software License, Version 2.0) jackson-module-scala (com.fasterxml.jackson.module:jackson-module-scala_2.11:2.12.6 - http://wiki.fasterxml.com/JacksonModuleScala)
      (The Apache Software License, Version 2.0) javax.inject (javax.inject:javax.inject:1 - http://code.google.com/p/atinject/)
      (The Apache Software License, Version 2.0) lang-mustache (org.elasticsearch.plugin:lang-mustache-client:6.3.1 - https://github.com/elastic/elasticsearch)
      (The Apache Software License, Version 2.0) lang-mustache (org.elasticsearch.plugin:lang-mustache-client:7.5.1 - https://github.com/elastic/elasticsearch)
diff --git a/tools/dependencies/known-dependencies.txt b/tools/dependencies/known-dependencies.txt
index 50b0ef1d..e19ddf2e 100755
--- a/tools/dependencies/known-dependencies.txt
+++ b/tools/dependencies/known-dependencies.txt
@@ -623,7 +623,6 @@ scala-library-2.11.12.jar
 scala-parser-combinators_2.11-1.0.4.jar
 scala-parser-combinators_2.11-1.1.0.jar
 scala-reflect-2.11.12.jar
-scala-reflect-2.11.8.jar
 scala-xml_2.11-1.0.5.jar
 scala-xml_2.11-1.3.0.jar
 scalaj-http_2.11-2.3.0.jar