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 7c09640 commit 4cbbf04Copy full SHA for 4cbbf04
transformer/pom.xml
@@ -14,14 +14,13 @@
14
15
<properties>
16
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17
- <datax-version>0.0.1-SNAPSHOT</datax-version>
18
</properties>
19
20
<dependencies>
21
<dependency>
22
<groupId>com.alibaba.datax</groupId>
23
<artifactId>datax-common</artifactId>
24
- <version>${datax-version}</version>
+ <version>${version}</version>
25
<exclusions>
26
<exclusion>
27
<artifactId>slf4j-log4j12</artifactId>
0 commit comments