NIFI-411:

- Upgrading jersey to address zero byte files in the temp directory.
This commit is contained in:
Matt Gilman 2015-03-11 10:17:12 -04:00
parent 96e0f31cca
commit 56cc1860f1
1 changed files with 1 additions and 1 deletions

View File

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