Skip to content

Commit 6db4fd2

Browse files
committed
[hotfix-862][local-test] The pom file of module 'local-test' depends on the wrong dependencies of connectors.
1 parent 0fda02e commit 6db4fd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chunjun-local-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
xmlns="http://maven.apache.org/POM/4.0.0"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>chunjun-parent</artifactId>
6+
<artifactId>chunjun</artifactId>
77
<groupId>com.dtstack.chunjun</groupId>
88
<version>1.12-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>chunjun-local-test</artifactId>
13-
<name>FlinkX : Local : Test</name>
13+
<name>ChunJun : Local : Test</name>
1414

1515
<dependencies>
1616
<dependency>
@@ -209,12 +209,12 @@
209209
<dependency>
210210
<groupId>com.dtstack.chunjun</groupId>
211211
<artifactId>chunjun-connector-inceptor</artifactId>
212-
<version>${project.version</version>
212+
<version>${project.version}</version>
213213
</dependency>
214214
<dependency>
215215
<groupId>com.dtstack.chunjun</groupId>
216216
<artifactId>chunjun-connector-oceanbase</artifactId>
217-
<version>${project.version</version>
217+
<version>${project.version}</version>
218218
</dependency>
219219

220220
<!--File-->

0 commit comments

Comments
 (0)