浏览代码

特征生产

丁云鹏 11 月之前
父节点
当前提交
6025cc89cf
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      recommend-feature-produce/pom.xml

+ 14 - 0
recommend-feature-produce/pom.xml

@@ -66,6 +66,20 @@
             <groupId>com.aliyun.emr</groupId>
             <artifactId>emr-maxcompute_2.11</artifactId>
             <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>
             <groupId>redis.clients</groupId>