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/f866646a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f866646a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f866646a Branch: refs/heads/branch-2.4 Commit: f866646ab13d8189c6b47c3ae9ad219d8dac71c6 Parents: 62653c2 Author: Myroslav Papirkovskyi <[email protected]> Authored: Fri Jul 15 18:56:18 2016 +0300 Committer: Myroslav Papirkovskyi <[email protected]> Committed: Fri Jul 15 19:02:13 2016 +0300 ---------------------------------------------------------------------- ambari-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f866646a/ambari-project/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml index 7fe1e6b..b7eb311 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>
