Skip to content

Commit

Permalink
[1.1_dev][Taier-all] update common.loader.core version
Browse files Browse the repository at this point in the history
  • Loading branch information
vainhope committed May 7, 2022
1 parent 5ed04a8 commit f665296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<httpclient.version>4.5.2</httpclient.version>
<mybatis-plus.version>3.4.0</mybatis-plus.version>
<hive.version>2.1.0</hive.version>
<common.loader.core>1.8.0-RELEASE</common.loader.core>
</properties>

<modules>
Expand All @@ -46,7 +47,7 @@
<dependency>
<groupId>com.dtstack.dtcenter</groupId>
<artifactId>common.loader.core</artifactId>
<version>1.7.1-RELEASE</version>
<version>${common.loader.core}</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion taier-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions>
<version>1.7.1-RELEASE</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f665296

Please sign in to comment.