Repository: spark
Updated Branches:
  refs/heads/branch-1.0 c4fbcaec6 -> b1c1d8612


SPARK-5039 [BUILD] Spark 1.0 2.0.0-mr1-cdh4.1.2 Maven build fails due to 
"javax.servlet.FilterRegistration's signer information" errors

Add servlet-api excludes from SPARK-1776 to avoid 
javax.servlet.FilterRegistration signer error in branch 1.0.

Author: Sean Owen <so...@cloudera.com>

Closes #3864 from srowen/SPARK-5039 and squashes the following commits:

4fcfd50 [Sean Owen] Add servlet-api excludes from SPARK-1776 to avoid 
javax.servlet.FilterRegistration signer error


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b1c1d861
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b1c1d861
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b1c1d861

Branch: refs/heads/branch-1.0
Commit: b1c1d86126f9bb7b90306e494a96529d01d8cd40
Parents: c4fbcae
Author: Sean Owen <so...@cloudera.com>
Authored: Wed Jan 7 11:55:50 2015 -0800
Committer: Josh Rosen <joshro...@databricks.com>
Committed: Wed Jan 7 11:55:50 2015 -0800

----------------------------------------------------------------------
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b1c1d861/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a685863..d400a76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,6 +528,10 @@
             <artifactId>servlet-api-2.5</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
           </exclusion>
@@ -611,6 +615,10 @@
         <version>${yarn.version}</version>
         <exclusions>
           <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>asm</groupId>
             <artifactId>asm</artifactId>
           </exclusion>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to