We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d1f6b commit b69ea2bCopy full SHA for b69ea2b
adswriter/pom.xml
@@ -69,6 +69,11 @@
69
<artifactId>commons-configuration</artifactId>
70
<version>1.10</version>
71
</dependency>
72
+ <dependency>
73
+ <groupId>com.aliyun.odps</groupId>
74
+ <artifactId>odps-sdk-core</artifactId>
75
+ <version>0.29.6-public</version>
76
+ </dependency>
77
78
</dependencies>
79
pom.xml
@@ -17,7 +17,7 @@
17
<packaging>pom</packaging>
18
19
<properties>
20
- <datax-project-version>v1.0.0-hashdata</datax-project-version>
+ <datax-project-version>v1.0.1-hashdata</datax-project-version>
21
<commons-lang3-version>3.3.2</commons-lang3-version>
22
<commons-configuration-version>1.10</commons-configuration-version>
23
<commons-cli-version>1.2</commons-cli-version>
0 commit comments