增加了task-common依赖
parent
03e967d1c7
commit
f59a41f875
7
pom.xml
7
pom.xml
|
@ -17,6 +17,7 @@
|
|||
<!--测试-->
|
||||
<properties>
|
||||
<etl.common.version>1.0.0</etl.common.version>
|
||||
<task.common.version>1.0.0</task.common.version>
|
||||
<mark.common.version>1.0.0</mark.common.version>
|
||||
<muyu.version>3.6.3</muyu.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -54,6 +55,12 @@
|
|||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-task-common</artifactId>
|
||||
<version>${task.common.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-market-common</artifactId>
|
||||
|
|
Loading…
Reference in New Issue