Repository: ambari Updated Branches: refs/heads/trunk 4bab98c9e -> 57490ffa6
AMBARI-8866. Jasper dependencies cause AMS webapp start failure. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/57490ffa Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/57490ffa Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/57490ffa Branch: refs/heads/trunk Commit: 57490ffa6a93184fa7dc65bc2104cbd0e93b78d1 Parents: 4bab98c Author: Siddharth Wagle <[email protected]> Authored: Mon Dec 22 12:37:39 2014 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Mon Dec 22 12:45:12 2014 -0800 ---------------------------------------------------------------------- ambari-metrics/ambari-metrics-timelineservice/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/57490ffa/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 5141359..5b81b41 100644 --- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml +++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml @@ -52,6 +52,7 @@ <outputDirectory>${project.build.directory}/lib</outputDirectory> <includeScope>compile</includeScope> <excludeScope>test</excludeScope> + <excludeArtifactIds>jasper-runtime,jasper-compiler</excludeArtifactIds> </configuration> </execution> </executions> @@ -241,6 +242,14 @@ <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>
