You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by od...@apache.org on 2013/10/10 18:37:00 UTC

git commit: AMBARI-3481. Reduce build time for Ambari - reduce the number of hadoop artifacts downloaded via maven. (Artem Baranchuk via odiachenko)

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 <od...@hortonworks.com>
Authored: Thu Oct 10 19:36:45 2013 +0300
Committer: Oleksandr Diachenko <od...@hortonworks.com>
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>