Repository: incubator-nifi Updated Branches: refs/heads/develop 96e0f31cc -> 56cc1860f
NIFI-411: - Upgrading jersey to address zero byte files in the temp directory. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/56cc1860 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/56cc1860 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/56cc1860 Branch: refs/heads/develop Commit: 56cc1860f16d080791772a5b1a6e546f732b41c1 Parents: 96e0f31 Author: Matt Gilman <[email protected]> Authored: Wed Mar 11 10:17:12 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Wed Mar 11 10:17:12 2015 -0400 ---------------------------------------------------------------------- nifi/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/56cc1860/nifi/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/pom.xml b/nifi/pom.xml index bd2aa4d..c444c57 100644 --- a/nifi/pom.xml +++ b/nifi/pom.xml @@ -88,7 +88,7 @@ <lucene.version>4.10.3</lucene.version> <spring.version>4.1.4.RELEASE</spring.version> <spring.security.version>3.2.5.RELEASE</spring.security.version> - <jersey.version>1.18.3</jersey.version> + <jersey.version>1.19</jersey.version> <hadoop.version>2.6.0</hadoop.version> <inceptionYear>2014</inceptionYear> </properties>
