You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/11/26 14:07:02 UTC

[flink] branch release-1.9 updated (53c1c18 -> 7a15e8b)

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

chesnay pushed a change to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 53c1c18  [FLINK-13995][legal] Properly exclude netty license directory
     new dbf2171  [hotfix][build] Remove redundant shaded-jackson version
     new 7a15e8b  [FLINK-14104][build] Use flink-shaded-jackson 9.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 flink-ml-parent/flink-ml-api/pom.xml | 1 -
 pom.xml                              | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)


[flink] 01/02: [hotfix][build] Remove redundant shaded-jackson version

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git

commit dbf2171fde189e234e7df3f6d908fa1ce2d0ce84
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Sun Nov 24 22:14:40 2019 +0100

    [hotfix][build] Remove redundant shaded-jackson version
---
 flink-ml-parent/flink-ml-api/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flink-ml-parent/flink-ml-api/pom.xml b/flink-ml-parent/flink-ml-api/pom.xml
index f77f068..3471872 100644
--- a/flink-ml-parent/flink-ml-api/pom.xml
+++ b/flink-ml-parent/flink-ml-api/pom.xml
@@ -39,7 +39,6 @@ under the License.
 		<dependency>
 			<groupId>org.apache.flink</groupId>
 			<artifactId>flink-shaded-jackson</artifactId>
-			<version>${jackson.version}-${flink.shaded.version}</version>
 		</dependency>
 	</dependencies>
 </project>


[flink] 02/02: [FLINK-14104][build] Use flink-shaded-jackson 9.0

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 7a15e8bb13f4fb1dc3320c0d2f23d787276837b1
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Sun Nov 24 18:21:12 2019 +0100

    [FLINK-14104][build] Use flink-shaded-jackson 9.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b9d9dbf..167cf09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@ under the License.
 		<chill.version>0.7.6</chill.version>
 		<zookeeper.version>3.4.10</zookeeper.version>
 		<curator.version>2.12.0</curator.version>
-		<jackson.version>2.9.8</jackson.version>
+		<jackson.version>2.10.1</jackson.version>
 		<metrics.version>3.1.5</metrics.version>
 		<prometheus.version>0.3.0</prometheus.version>
 		<avro.version>1.8.2</avro.version>
@@ -264,13 +264,13 @@ under the License.
 			<dependency>
 				<groupId>org.apache.flink</groupId>
 				<artifactId>flink-shaded-jackson</artifactId>
-				<version>${jackson.version}-${flink.shaded.version}</version>
+				<version>${jackson.version}-9.0</version>
 			</dependency>
 
 			<dependency>
 				<groupId>org.apache.flink</groupId>
 				<artifactId>flink-shaded-jackson-module-jsonSchema</artifactId>
-				<version>${jackson.version}-${flink.shaded.version}</version>
+				<version>${jackson.version}-9.0</version>
 			</dependency>
 
 			<dependency>