浏览代码

feat: update pom.xml

许家凯 3 年之前
父节点
当前提交
d51f86991d
共有 1 个文件被更改,包括 29 次插入0 次删除
  1. 29 0
      pom.xml

+ 29 - 0
pom.xml

@@ -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>