|
@@ -105,20 +105,12 @@
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
<artifactId>hadoop-hdfs</artifactId>
|
|
|
<version>${hadoop.version}</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
- <artifactId>jackson-core</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>tomcat</groupId>
|
|
|
- <artifactId>jasper-runtime</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>xerces</groupId>
|
|
|
- <artifactId>xercesImpl</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>tomcat</groupId>
|
|
|
+ <artifactId>jasper-runtime</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
@@ -133,10 +125,6 @@
|
|
|
<groupId>tomcat</groupId>
|
|
|
<artifactId>jasper-compiler</artifactId>
|
|
|
</exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
- <artifactId>jackson-core</artifactId>
|
|
|
- </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -159,6 +147,21 @@
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
|
|
<version>2.0</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.hive</groupId>
|
|
|
+ <artifactId>hive-jdbc</artifactId>
|
|
|
+ <version>${hive-version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>tomcat</groupId>
|
|
|
+ <artifactId>jasper-runtime</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>tomcat</groupId>
|
|
|
+ <artifactId>jasper-compiler</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-cli</groupId>
|
|
|
<artifactId>commons-cli</artifactId>
|
|
@@ -173,8 +176,6 @@
|
|
|
<groupId>org.apache.thrift</groupId>
|
|
|
<artifactId>libthrift</artifactId>
|
|
|
<version>0.9.0</version>
|
|
|
- <exclusions>
|
|
|
- </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
@@ -203,25 +204,6 @@
|
|
|
<artifactId>ambari-views-utils</artifactId>
|
|
|
<version>2.5.0.0.0</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.hive</groupId>
|
|
|
- <artifactId>hive-jdbc</artifactId>
|
|
|
- <version>${hive-version}</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>tomcat</groupId>
|
|
|
- <artifactId>jasper-runtime</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
- <artifactId>jackson-databind</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>tomcat</groupId>
|
|
|
- <artifactId>jasper-compiler</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-validator</groupId>
|
|
|
<artifactId>commons-validator</artifactId>
|