You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2020/10/26 14:59:00 UTC

[systemds] branch master updated: [MINOR] Jackson Version fit to spark 2.1

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

baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/master by this push:
     new 430a4d9  [MINOR] Jackson Version fit to spark 2.1
430a4d9 is described below

commit 430a4d98e0363297c2e433148f9f7e40697aca29
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Mon Oct 26 15:58:43 2020 +0100

    [MINOR] Jackson Version fit to spark 2.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3c3bc07..5f3da30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -981,7 +981,7 @@
 		<dependency>
 			<groupId>com.fasterxml.jackson.core</groupId>
 			<artifactId>jackson-databind</artifactId>
-			<version>2.11.3</version>
+			<version>2.6.5</version>
 		</dependency>
 
 		<dependency>