更改 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:
wanghui
2019-09-29 18:14:01 +08:00
parent 57c8dd8673
commit de093d73c6
4 changed files with 36 additions and 8 deletions
+5 -5
View File
@@ -43,11 +43,11 @@
<scope>system</scope>
<systemPath>${basedir}/src/main/libs/bcprov-jdk15on-1.52.jar</systemPath>
</dependency>
<dependency>
<groupId>com.aliyun.odps</groupId>
<artifactId>odps-sdk-core</artifactId>
<version>0.19.3-public</version>
</dependency>
<dependency>
<groupId>com.aliyun.odps</groupId>
<artifactId>odps-sdk-core</artifactId>
<version>0.20.7-public</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>