Commit 87af35f4 authored by wangyangyang's avatar wangyangyang

自动任务模块 调整

parent 66034e0c
...@@ -7,47 +7,22 @@ ...@@ -7,47 +7,22 @@
<artifactId>dcs-doc</artifactId> <artifactId>dcs-doc</artifactId>
<version>4.1-RELEASE</version> <version>4.1-RELEASE</version>
</parent> </parent>
<groupId>com.yonde.dcs</groupId>
<artifactId>dcs-doc-autotask-interface</artifactId> <artifactId>dcs-doc-autotask-interface</artifactId>
<version>4.1-RELEASE</version>
<name>dcs-doc-autotask-interface</name> <name>dcs-doc-autotask-interface</name>
<description>dcs-doc-autotask-interface</description> <description>dcs-doc-autotask-interface</description>
<url/>
<licenses>
<license/> <version>4.1-RELEASE</version>
</licenses>
<developers>
<developer/>
</developers>
<scm>
<connection/>
<developerConnection/>
<tag/>
<url/>
</scm>
<properties> <properties>
<java.version>22</java.version> <maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project> </project>
...@@ -82,6 +82,12 @@ ...@@ -82,6 +82,12 @@
<groupId>com.yonde.dex</groupId> <groupId>com.yonde.dex</groupId>
<artifactId>dex-initialization-rule-runtime</artifactId> <artifactId>dex-initialization-rule-runtime</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.yonde.dcs</groupId>
<artifactId>dcs-doc-autotask-interface</artifactId>
<version>4.1-RELEASE</version>
</dependency>
</dependencies> </dependencies>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment