Commit d8044421 by guos

会员标签4.0

parent a8c4252c
......@@ -20,6 +20,19 @@
<artifactId>gic-spark-commons</artifactId>
<version>4.0-SNAPSHOT</version>
</dependency>
<!--本地运行-->
<!--<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.11</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.11</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.mongodb.spark</groupId>
<artifactId>mongo-spark-connector_2.11</artifactId>
......@@ -30,10 +43,113 @@
<artifactId>scala-library</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>5.5.0</version>
<exclusions>
<exclusion>
<artifactId>cascading</artifactId>
<groupId>cascading-local</groupId>
</exclusion>
<exclusion>
<artifactId>cascading</artifactId>
<groupId>cascading-hadoop</groupId>
</exclusion>
<exclusion>
<artifactId>org.pentaho</artifactId>
<groupId>pentaho-aggdesigner-algorithm</groupId>
</exclusion>
<exclusion>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.10</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.10</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_2.10</artifactId>
</exclusion>
&lt;!&ndash;<exclusion>&ndash;&gt;
&lt;!&ndash;<artifactId>cascading</artifactId>&ndash;&gt;
&lt;!&ndash;<groupId>cascading-local</groupId>&ndash;&gt;
&lt;!&ndash;</exclusion>&ndash;&gt;
&lt;!&ndash;<exclusion>&ndash;&gt;
&lt;!&ndash;<artifactId>cascading</artifactId>&ndash;&gt;
&lt;!&ndash;<groupId>cascading-local</groupId>&ndash;&gt;
&lt;!&ndash;</exclusion>&ndash;&gt;
</exclusions>
&lt;!&ndash;<scope>provided</scope>&ndash;&gt;
</dependency>
<dependency>
<groupId>com.gic</groupId>
<artifactId>gic-sharding-sdk</artifactId>
<version>4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.gic</groupId>
<artifactId>gic-apollo-sdk</artifactId>
<version>3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apollo-client</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.gic</groupId>
<artifactId>gic-mysql-util</artifactId>
<version>4.0-SNAPSHOT</version>
</dependency>-->
<!--以上本地运行-->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>6.7.0</version>
<exclusions>
<exclusion>
<artifactId>cascading</artifactId>
<groupId>cascading-local</groupId>
</exclusion>
<exclusion>
<artifactId>cascading</artifactId>
<groupId>cascading-hadoop</groupId>
</exclusion>
<exclusion>
<artifactId>org.pentaho</artifactId>
<groupId>pentaho-aggdesigner-algorithm</groupId>
</exclusion>
<exclusion>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.10</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.10</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_2.10</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--<dependency>
<groupId>gic.elasticsearch</groupId>
<artifactId>gic-elasticsearch-shaded</artifactId>
<version>2.2.1</version>
......@@ -47,7 +163,7 @@
<artifactId>delete-by-query</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>-->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment