Compare commits
No commits in common. "76d54897dc0174f911476691d1a92f7dd08a3820" and "b40f9f035956cca1932cfd0dc1f05303d67c8eb1" have entirely different histories.
76d54897dc
...
b40f9f0359
31
pom.xml
31
pom.xml
|
@ -15,7 +15,6 @@
|
|||
|
||||
|
||||
<properties>
|
||||
<etl.common.version>1.0.0</etl.common.version>
|
||||
<muyu.version>3.6.3</muyu.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
@ -48,17 +47,25 @@
|
|||
<xxl-job-core.version>2.4.1</xxl-job-core.version>
|
||||
</properties>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 依赖声明 -->
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-etl-common</artifactId>
|
||||
<version>${etl.common.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- SpringBoot 依赖配置 -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
@ -127,6 +134,12 @@
|
|||
<version>${hutool.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Swagger 依赖配置 -->
|
||||
<dependency>
|
||||
<groupId>io.swagger</groupId>
|
||||
|
|
Loading…
Reference in New Issue