Repository: ambari Updated Branches: refs/heads/branch-2.4 62653c202 -> f866646ab refs/heads/trunk 16342e0b8 -> 0eadaa6d8
AMBARI-17739. Ambari server fills up the /tmp folder with MIME*.tmp files. (mpapirkovskyy) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0eadaa6d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0eadaa6d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0eadaa6d Branch: refs/heads/trunk Commit: 0eadaa6d8bbdb3b450c3e3f2ce5116a25ea940eb Parents: 16342e0 Author: Myroslav Papirkovskyi <[email protected]> Authored: Fri Jul 15 18:56:18 2016 +0300 Committer: Myroslav Papirkovskyi <[email protected]> Committed: Fri Jul 15 18:56:18 2016 +0300 ---------------------------------------------------------------------- ambari-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0eadaa6d/ambari-project/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml index 2fbb1e1..89e2eeb 100644 --- a/ambari-project/pom.xml +++ b/ambari-project/pom.xml @@ -386,7 +386,7 @@ <dependency> <groupId>com.sun.jersey.contribs</groupId> <artifactId>jersey-multipart</artifactId> - <version>1.18</version> + <version>1.19</version> </dependency> <dependency> <groupId>com.sun.jersey.jersey-test-framework</groupId>
