Repository: incubator-carbondata
Updated Branches:
refs/heads/master 70ae82045 -> bfeb573dc
exclude dependency
Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/e8fd8a2d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/e8fd8a2d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/e8fd8a2d
Branch: refs/heads/master
Commit: e8fd8a2d150b27c9096523b96c75f9b376f8f856
Parents: 70ae820
Author: jackylk <jacky.likun@huawei.com>
Authored: Mon Dec 5 11:02:24 2016 +0800
Committer: jackylk <jacky.likun@huawei.com>
Committed: Mon Dec 5 11:02:24 2016 +0800
----------------------------------------------------------------------
integration/spark-common/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/e8fd8a2d/integration/spark-common/pom.xml
----------------------------------------------------------------------
diff --git a/integration/spark-common/pom.xml b/integration/spark-common/pom.xml
index decdb4c..8934c89 100644
--- a/integration/spark-common/pom.xml
+++ b/integration/spark-common/pom.xml
@@ -38,6 +38,16 @@
<groupId>org.apache.carbondata</groupId>
<artifactId>carbondata-processing</artifactId>
<version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-hive-thriftserver_2.10</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-sql_2.10</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.carbondata</groupId>
|