ソースを参照

AMBARI-8866. Jasper dependencies cause AMS webapp start failure. (swagle)

Siddharth Wagle 10 年 前
コミット
57490ffa6a
1 ファイル変更9 行追加0 行削除
  1. 9 0
      ambari-metrics/ambari-metrics-timelineservice/pom.xml

+ 9 - 0
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>