|
@@ -66,6 +66,20 @@
|
|
<groupId>com.aliyun.emr</groupId>
|
|
<groupId>com.aliyun.emr</groupId>
|
|
<artifactId>emr-maxcompute_2.11</artifactId>
|
|
<artifactId>emr-maxcompute_2.11</artifactId>
|
|
<version>${emr.version}</version>
|
|
<version>${emr.version}</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spark-core_2.11</artifactId>
|
|
|
|
+ <groupId>org.apache.spark</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>spark-tags_2.11</artifactId>
|
|
|
|
+ <groupId>org.apache.spark</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <artifactId>odps-sdk-core</artifactId>
|
|
|
|
+ <groupId>com.aliyun.odps</groupId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>redis.clients</groupId>
|
|
<groupId>redis.clients</groupId>
|