Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DataX
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
risk-feature
DataX
Commits
f76d5cd9
Unverified
Commit
f76d5cd9
authored
Dec 11, 2019
by
Trafalgar
Committed by
GitHub
Dec 11, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #467 from wanda1416/master
更改 pom 版本号,解决外网用户无法编译通过。 review ok
parents
a301cf5c
c4bf7775
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
8 deletions
+35
-8
pom.xml
odpsreader/pom.xml
+5
-5
pom.xml
odpswriter/pom.xml
+1
-1
pom.xml
otsstreamreader/pom.xml
+1
-1
pom.xml
pom.xml
+28
-1
No files found.
odpsreader/pom.xml
View file @
f76d5cd9
...
@@ -43,11 +43,11 @@
...
@@ -43,11 +43,11 @@
<scope>
system
</scope>
<scope>
system
</scope>
<systemPath>
${basedir}/src/main/libs/bcprov-jdk15on-1.52.jar
</systemPath>
<systemPath>
${basedir}/src/main/libs/bcprov-jdk15on-1.52.jar
</systemPath>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.aliyun.odps
</groupId>
<groupId>
com.aliyun.odps
</groupId>
<artifactId>
odps-sdk-core
</artifactId>
<artifactId>
odps-sdk-core
</artifactId>
<version>
0.19.3
-public
</version>
<version>
0.20.7
-public
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.mockito
</groupId>
<groupId>
org.mockito
</groupId>
...
...
odpswriter/pom.xml
View file @
f76d5cd9
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<dependency>
<dependency>
<groupId>
com.aliyun.odps
</groupId>
<groupId>
com.aliyun.odps
</groupId>
<artifactId>
odps-sdk-core
</artifactId>
<artifactId>
odps-sdk-core
</artifactId>
<version>
0.
19.3
-public
</version>
<version>
0.
20.7
-public
</version>
</dependency>
</dependency>
<!-- httpclient begin -->
<!-- httpclient begin -->
...
...
otsstreamreader/pom.xml
View file @
f76d5cd9
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<dependency>
<dependency>
<groupId>
com.aliyun.openservices
</groupId>
<groupId>
com.aliyun.openservices
</groupId>
<artifactId>
tablestore-streamclient
</artifactId>
<artifactId>
tablestore-streamclient
</artifactId>
<version>
1.0.0
-SNAPSHOT
</version>
<version>
1.0.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.google.code.gson
</groupId>
<groupId>
com.google.code.gson
</groupId>
...
...
pom.xml
View file @
f76d5cd9
...
@@ -93,7 +93,6 @@
...
@@ -93,7 +93,6 @@
<module>
adbpgwriter
</module>
<module>
adbpgwriter
</module>
<module>
gdbwriter
</module>
<module>
gdbwriter
</module>
<module>
cassandrawriter
</module>
<module>
cassandrawriter
</module>
<!-- common support module -->
<!-- common support module -->
<module>
plugin-rdbms-util
</module>
<module>
plugin-rdbms-util
</module>
<module>
plugin-unstructured-storage-util
</module>
<module>
plugin-unstructured-storage-util
</module>
...
@@ -177,6 +176,34 @@
...
@@ -177,6 +176,34 @@
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
<repositories>
<repository>
<id>
central
</id>
<name>
Nexus aliyun
</name>
<url>
https://maven.aliyun.com/repository/central
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>
central
</id>
<name>
Nexus aliyun
</name>
<url>
https://maven.aliyun.com/repository/central
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
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