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 5ed04a8 commit f665296Copy full SHA for f665296
pom.xml
@@ -24,6 +24,7 @@
24
<httpclient.version>4.5.2</httpclient.version>
25
<mybatis-plus.version>3.4.0</mybatis-plus.version>
26
<hive.version>2.1.0</hive.version>
27
+ <common.loader.core>1.8.0-RELEASE</common.loader.core>
28
</properties>
29
30
<modules>
@@ -46,7 +47,7 @@
46
47
<dependency>
48
<groupId>com.dtstack.dtcenter</groupId>
49
<artifactId>common.loader.core</artifactId>
- <version>1.7.1-RELEASE</version>
50
+ <version>${common.loader.core}</version>
51
</dependency>
52
53
taier-common/pom.xml
@@ -40,7 +40,6 @@
40
<artifactId>commons-lang3</artifactId>
41
</exclusion>
42
</exclusions>
43
44
45
0 commit comments