|
@@ -188,6 +188,14 @@
|
|
|
<artifactId>hadoop-yarn-common</artifactId>
|
|
|
<groupId>org.apache.hadoop</groupId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <artifactId>javax.el</artifactId>
|
|
|
+ <groupId>org.glassfish</groupId>
|
|
|
+ </exclusion>
|
|
|
+ <!-- <exclusion>
|
|
|
+ <artifactId>javax.el</artifactId>
|
|
|
+ <groupId>org.glassfish</groupId>
|
|
|
+ </exclusion>-->
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<!-- https://mvnrepository.com/artifact/com.aliyun.hbase/alihbase-client -->
|
|
@@ -281,6 +289,10 @@
|
|
|
<groupId>org.apache.spark</groupId>
|
|
|
<artifactId>spark-catalyst_2.11</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.glassfish</groupId>
|
|
|
+ <artifactId>javax.el</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
@@ -318,7 +330,24 @@
|
|
|
<artifactId>pinyin4j</artifactId>
|
|
|
<version>2.5.1</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.scalaj</groupId>
|
|
|
+ <artifactId>scalaj-http_${scala.binary.version}</artifactId>
|
|
|
+ <version>2.4.1</version>
|
|
|
+ </dependency>
|
|
|
+ <!--
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.aliyun.phoenix</groupId>
|
|
|
+ <artifactId>ali-phoenix-spark</artifactId>
|
|
|
+ <version>5.1.0-HBase-2.0.0.1</version>
|
|
|
+ </dependency>-->
|
|
|
|
|
|
+ <!--<dependency>
|
|
|
+ <groupId>org.json4s</groupId>
|
|
|
+ <artifactId>json4s-jackson_${scala.binary.version}</artifactId>
|
|
|
+ <version>3.7.0-M7</version>
|
|
|
+ </dependency>-->
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|