aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/pom.xml
diff options
context:
space:
mode:
authorwitgo <witgo@qq.com>2014-05-14 22:26:26 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-14 22:26:26 -0700
commitbae07e36a6e0fb7982405316646b452b4ff06acc (patch)
tree16484c6d4edae28d86ec481e1eec4d627962aab9 /sql/hive/pom.xml
parent46324279dae2fa803267d788f7c56b0ed643b4c8 (diff)
downloadspark-bae07e36a6e0fb7982405316646b452b4ff06acc.tar.gz
spark-bae07e36a6e0fb7982405316646b452b4ff06acc.tar.bz2
spark-bae07e36a6e0fb7982405316646b452b4ff06acc.zip
fix different versions of commons-lang dependency and apache/spark#746 addendum
Author: witgo <witgo@qq.com> Closes #754 from witgo/commons-lang and squashes the following commits: 3ebab31 [witgo] merge master f3b8fa2 [witgo] merge master 2083fae [witgo] repeat definition 5599cdb [witgo] multiple version of sbt dependency c1b66a1 [witgo] fix different versions of commons-lang dependency
Diffstat (limited to 'sql/hive/pom.xml')
-rw-r--r--sql/hive/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index 9254b70e64..4d0b2fa145 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -57,6 +57,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -76,6 +80,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<!-- hive-serde already depends on avro, but this brings in customized config of avro deps from parent -->