Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-spark-tag-4.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaokang
gic-spark-tag-4.0
Commits
d8044421
Commit
d8044421
authored
Aug 21, 2020
by
guos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员标签4.0
parent
a8c4252c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
134 additions
and
18 deletions
+134
-18
pom.xml
pom.xml
+134
-18
No files found.
pom.xml
View file @
d8044421
...
@@ -15,25 +15,141 @@
...
@@ -15,25 +15,141 @@
</parent>
</parent>
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
com.gic
</groupId>
<groupId>
com.gic
</groupId>
<artifactId>
gic-spark-commons
</artifactId>
<artifactId>
gic-spark-commons
</artifactId>
<version>
4.0-SNAPSHOT
</version>
<version>
4.0-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.mongodb.spark
</groupId>
<artifactId>
mongo-spark-connector_2.11
</artifactId>
<!--本地运行-->
<version>
2.0.0
</version>
<!--<dependency>
<exclusions>
<groupId>org.apache.spark</groupId>
<exclusion>
<artifactId>spark-core_2.11</artifactId>
<groupId>
org.scala-lang
</groupId>
<version>2.0.2</version>
<artifactId>
scala-library
</artifactId>
</dependency>
</exclusion>
<dependency>
</exclusions>
<groupId>org.apache.spark</groupId>
<scope>
provided
</scope>
<artifactId>spark-sql_2.11</artifactId>
</dependency>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.mongodb.spark</groupId>
<artifactId>mongo-spark-connector_2.11</artifactId>
<version>2.0.0</version>
<exclusions>
<exclusion>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
</exclusion>
</exclusions>
</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>
<!–<exclusion>–>
<!–<artifactId>cascading</artifactId>–>
<!–<groupId>cascading-local</groupId>–>
<!–</exclusion>–>
<!–<exclusion>–>
<!–<artifactId>cascading</artifactId>–>
<!–<groupId>cascading-local</groupId>–>
<!–</exclusion>–>
</exclusions>
<!–<scope>provided</scope>–>
</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>
<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>
<groupId>gic.elasticsearch</groupId>
<artifactId>gic-elasticsearch-shaded</artifactId>
<artifactId>gic-elasticsearch-shaded</artifactId>
<version>2.2.1</version>
<version>2.2.1</version>
...
@@ -47,7 +163,7 @@
...
@@ -47,7 +163,7 @@
<artifactId>delete-by-query</artifactId>
<artifactId>delete-by-query</artifactId>
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
-->
<dependency>
<dependency>
<groupId>
commons-beanutils
</groupId>
<groupId>
commons-beanutils
</groupId>
<artifactId>
commons-beanutils
</artifactId>
<artifactId>
commons-beanutils
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment