Repository: ambari Updated Branches: refs/heads/trunk 03463912a -> fa74434ba
AMBARI-8869. Include AMS debian packages in Ambari build. Phoenix dep fix. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fa74434b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fa74434b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fa74434b Branch: refs/heads/trunk Commit: fa74434baffdaf01fa6cfbbd2f42860027aeac62 Parents: 0346391 Author: Siddharth Wagle <[email protected]> Authored: Mon Dec 22 15:28:10 2014 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Mon Dec 22 15:31:10 2014 -0800 ---------------------------------------------------------------------- ambari-metrics/ambari-metrics-timelineservice/pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fa74434b/ambari-metrics/ambari-metrics-timelineservice/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml b/ambari-metrics/ambari-metrics-timelineservice/pom.xml index 5b81b41..c2c0323 100644 --- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml +++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml @@ -242,14 +242,6 @@ <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-annotations</artifactId> </exclusion> - <exclusion> - <groupId>org.apache.hbase</groupId> - <artifactId>hbase-client</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.hbase</groupId> - <artifactId>hbase-server</artifactId> - </exclusion> </exclusions> </dependency>
