mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-03 01:30:50 +08:00
更改 pom 版本号,解决外网用户无法编译通过。
datax pom 增加 aliyun 仓库镜像 odpsreader 和 writer pom 修改 odps-sdk-core 为 0.20.7, 0.19.3 外网无法使用 otsstreamreader pom 修改 client 为 1.0.0 正式版
This commit is contained in:
parent
57c8dd8673
commit
de093d73c6
@ -46,7 +46,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>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -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 -->
|
||||||
|
@ -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>
|
||||||
|
28
pom.xml
28
pom.xml
@ -173,6 +173,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>
|
||||||
|
Loading…
Reference in New Issue
Block a user