You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by xu...@apache.org on 2014/11/24 04:48:26 UTC

svn commit: r1641312 - /hive/branches/spark/ql/pom.xml

Author: xuefu
Date: Mon Nov 24 03:48:25 2014
New Revision: 1641312

URL: http://svn.apache.org/r1641312
Log:
HIVE-8905: Servlet classes signer information does not match [Spark branch] (Chengxiang via Xuefu)

Modified:
    hive/branches/spark/ql/pom.xml

Modified: hive/branches/spark/ql/pom.xml
URL: http://svn.apache.org/viewvc/hive/branches/spark/ql/pom.xml?rev=1641312&r1=1641311&r2=1641312&view=diff
==============================================================================
--- hive/branches/spark/ql/pom.xml (original)
+++ hive/branches/spark/ql/pom.xml Mon Nov 24 03:48:25 2014
@@ -136,6 +136,12 @@
       <artifactId>avro-mapred</artifactId>
       <classifier>hadoop2</classifier>
       <version>${avro.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>servlet-api</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
@@ -318,6 +324,10 @@
          <groupId>org.apache.hadoop</groupId>
          <artifactId>hadoop-yarn-client</artifactId>
        </exclusion>
+       <exclusion>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+       </exclusion>
       </exclusions>
     </dependency>
     <dependency>