You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by oz...@apache.org on 2016/11/14 14:34:44 UTC

nifi git commit: NIFI-3025: Bump nifi-spark-receiver's jackson version to match Spark 2.0.1

Repository: nifi
Updated Branches:
  refs/heads/master 13ea90912 -> 8d3177c38


NIFI-3025: Bump nifi-spark-receiver's jackson version to match Spark 2.0.1

This closes #1207


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/8d3177c3
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/8d3177c3
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/8d3177c3

Branch: refs/heads/master
Commit: 8d3177c38a4fed3b7040f03d17f28b1fc76525d8
Parents: 13ea909
Author: Randy Gelhausen <rg...@gmail.com>
Authored: Thu Nov 10 18:44:52 2016 -0500
Committer: Oleg Zhurakousky <ol...@suitcase.io>
Committed: Mon Nov 14 09:33:55 2016 -0500

----------------------------------------------------------------------
 nifi-external/nifi-spark-receiver/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/8d3177c3/nifi-external/nifi-spark-receiver/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-external/nifi-spark-receiver/pom.xml b/nifi-external/nifi-spark-receiver/pom.xml
index 72bdb8c..dfa6c46 100644
--- a/nifi-external/nifi-spark-receiver/pom.xml
+++ b/nifi-external/nifi-spark-receiver/pom.xml
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.4.4</version>
+            <version>2.6.5</version>
         </dependency>
     </dependencies>
 </project>