This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7235069 AMBARI-22667: fix commons-io version
7235069 is described below
commit 7235069133c6fe469e84571579e4b7a7e3a67ac2
Author: Sandor Molnar <[email protected]>
AuthorDate: Mon Jan 15 13:13:24 2018 +0100
AMBARI-22667: fix commons-io version
---
ambari-project/pom.xml | 2 +-
ambari-server/pom.xml | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index f6e3bc7..4fecc0d 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -83,7 +83,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.1</version>
+ <version>2.5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 5a0afb7..3399e4a 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1169,7 +1169,6 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].