Skip to content

Commit f665296

Browse files
committed
[1.1_dev][Taier-all] update common.loader.core version
1 parent 5ed04a8 commit f665296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<httpclient.version>4.5.2</httpclient.version>
2525
<mybatis-plus.version>3.4.0</mybatis-plus.version>
2626
<hive.version>2.1.0</hive.version>
27+
<common.loader.core>1.8.0-RELEASE</common.loader.core>
2728
</properties>
2829

2930
<modules>
@@ -46,7 +47,7 @@
4647
<dependency>
4748
<groupId>com.dtstack.dtcenter</groupId>
4849
<artifactId>common.loader.core</artifactId>
49-
<version>1.7.1-RELEASE</version>
50+
<version>${common.loader.core}</version>
5051
</dependency>
5152

5253
<dependency>

taier-common/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<artifactId>commons-lang3</artifactId>
4141
</exclusion>
4242
</exclusions>
43-
<version>1.7.1-RELEASE</version>
4443
</dependency>
4544

4645
<dependency>

0 commit comments

Comments
 (0)