aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-11-10 10:20:03 -0800
committerReynold Xin <rxin@databricks.com>2016-11-10 10:20:03 -0800
commit16eaad9daed0b633e6a714b5704509aa7107d6e5 (patch)
tree95fe58e0fe1e5407a47995923518d9853fb50975 /pom.xml
parent22a9d064e95af71f757113f1869f754cc862df35 (diff)
downloadspark-16eaad9daed0b633e6a714b5704509aa7107d6e5.tar.gz
spark-16eaad9daed0b633e6a714b5704509aa7107d6e5.tar.bz2
spark-16eaad9daed0b633e6a714b5704509aa7107d6e5.zip
[SPARK-18262][BUILD][SQL] JSON.org license is now CatX
## What changes were proposed in this pull request? Try excluding org.json:json from hive-exec dep as it's Cat X now. It may be the case that it's not used by the part of Hive Spark uses anyway. ## How was this patch tested? Existing tests Author: Sean Owen <sowen@cloudera.com> Closes #15798 from srowen/SPARK-18262.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 04d2eaa1d3..8aa0a6c3ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1429,6 +1429,11 @@
<groupId>jline</groupId>
<artifactId>jline</artifactId>
</exclusion>
+ <!-- Cat X license now; see SPARK-18262 -->
+ <exclusion>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>