|
@@ -12,18 +12,20 @@
|
|
|
<artifactId>recommend-feature-produce</artifactId>
|
|
|
|
|
|
<properties>
|
|
|
- <spark.version>2.3.1</spark.version>
|
|
|
+
|
|
|
+
|
|
|
+ <spark.version>2.3.0</spark.version>
|
|
|
+ <scala.version>2.11.8</scala.version>
|
|
|
<emr.version>2.0.0</emr.version>
|
|
|
<java.version>1.8</java.version>
|
|
|
<odps.version>0.48.4-public</odps.version>
|
|
|
<fastjson.version>1.2.45</fastjson.version>
|
|
|
- <scala.version>2.12.15</scala.version>
|
|
|
+
|
|
|
<maven.compiler.source>8</maven.compiler.source>
|
|
|
<maven.compiler.target>8</maven.compiler.target>
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.apache.spark</groupId>
|
|
|
<artifactId>spark-core_2.11</artifactId>
|
|
@@ -33,58 +35,29 @@
|
|
|
<groupId>io.netty</groupId>
|
|
|
<artifactId>netty-all</artifactId>
|
|
|
</exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>scala-library</artifactId>
|
|
|
- <groupId>org.scala-lang</groupId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>scala-parser-combinators_2.11</artifactId>
|
|
|
- <groupId>org.scala-lang.modules</groupId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <artifactId>scala-reflect</artifactId>
|
|
|
- <groupId>org.scala-lang</groupId>
|
|
|
- </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ <artifactId>netty-all</artifactId>
|
|
|
+ <version>4.1.17.Final</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.aliyun.emr</groupId>
|
|
|
+ <artifactId>emr-maxcompute_2.11</artifactId>
|
|
|
+ <version>${emr.version}</version>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.scala-lang</groupId>
|
|
|
<artifactId>scala-library</artifactId>
|
|
|
<version>${scala.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>io.netty</groupId>
|
|
|
- <artifactId>netty-all</artifactId>
|
|
|
- <version>4.1.17.Final</version>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
<version>${fastjson.version}</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>com.aliyun.emr</groupId>
|
|
|
- <artifactId>emr-maxcompute_2.11</artifactId>
|
|
|
- <version>${emr.version}</version>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>redis.clients</groupId>
|
|
|
<artifactId>jedis</artifactId>
|
|
@@ -105,7 +78,6 @@
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>com.aliyun.odps</groupId>
|
|
|
<artifactId>odps-sdk-commons</artifactId>
|