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

This closes #1207
This commit is contained in:
Randy Gelhausen 2016-11-10 18:44:52 -05:00 committed by Oleg Zhurakousky
parent 13ea909122
commit 8d3177c38a
1 changed files with 1 additions and 1 deletions

View File

@ -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>