Updated Branches: refs/heads/trunk 82e92080c -> 8f450ffd7
AMBARI-3481. Reduce build time for Ambari - reduce the number of hadoop artifacts downloaded via maven. (Artem Baranchuk via odiachenko) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/8f450ffd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/8f450ffd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/8f450ffd Branch: refs/heads/trunk Commit: 8f450ffd75d4c1968477b8ebfadfd7f62a58b177 Parents: 82e9208 Author: Oleksandr Diachenko <[email protected]> Authored: Thu Oct 10 19:36:45 2013 +0300 Committer: Oleksandr Diachenko <[email protected]> Committed: Thu Oct 10 19:36:45 2013 +0300 ---------------------------------------------------------------------- contrib/ambari-log4j/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/8f450ffd/contrib/ambari-log4j/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/ambari-log4j/pom.xml b/contrib/ambari-log4j/pom.xml index c9b69d1..ef2f5a7 100644 --- a/contrib/ambari-log4j/pom.xml +++ b/contrib/ambari-log4j/pom.xml @@ -39,12 +39,12 @@ <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-tools</artifactId> - <version>[1.0,2.0)</version> + <version>1.2.1</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-core</artifactId> - <version>[1.0,2.0)</version> + <version>1.2.1</version> </dependency> <dependency> <groupId>log4j</groupId>
