50 lines
1.5 KiB
XML
50 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<artifactId>etl-task-scheduling</artifactId>
|
|
<groupId>com.yun</groupId>
|
|
<version>3.6.3</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>etl-task-schdeling-server</artifactId>
|
|
|
|
|
|
<dependencies>
|
|
|
|
<!--ETl任务调度公共服务-->
|
|
<dependency>
|
|
<groupId>com.yun</groupId>
|
|
<artifactId>etl-task-schdeling-common</artifactId>
|
|
<version>3.6.3</version>
|
|
</dependency>
|
|
|
|
<!-- Yun Common DataSource -->
|
|
<dependency>
|
|
<groupId>com.yun</groupId>
|
|
<artifactId>yun-common-datasource</artifactId>
|
|
</dependency>
|
|
|
|
<!-- Yun Common DataScope -->
|
|
<dependency>
|
|
<groupId>com.yun</groupId>
|
|
<artifactId>yun-common-datascope</artifactId>
|
|
</dependency>
|
|
|
|
<!-- Yun Common Log -->
|
|
<dependency>
|
|
<groupId>com.yun</groupId>
|
|
<artifactId>yun-common-log</artifactId>
|
|
</dependency>
|
|
|
|
<!-- Yun Common Swagger -->
|
|
<dependency>
|
|
<groupId>com.yun</groupId>
|
|
<artifactId>yun-common-swagger</artifactId>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
</project>
|