更改 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:
+5
-5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user