Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
I
inet-doc-expand
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
server
inet-doc-expand
Commits
87af35f4
Commit
87af35f4
authored
Aug 02, 2024
by
wangyangyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自动任务模块 调整
parent
66034e0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
33 deletions
+14
-33
pom.xml
dcs-doc-autotask-interface/pom.xml
+8
-33
pom.xml
dcs-doc-core/pom.xml
+6
-0
No files found.
dcs-doc-autotask-interface/pom.xml
View file @
87af35f4
...
...
@@ -7,47 +7,22 @@
<artifactId>
dcs-doc
</artifactId>
<version>
4.1-RELEASE
</version>
</parent>
<groupId>
com.yonde.dcs
</groupId>
<artifactId>
dcs-doc-autotask-interface
</artifactId>
<version>
4.1-RELEASE
</version>
<name>
dcs-doc-autotask-interface
</name>
<description>
dcs-doc-autotask-interface
</description>
<url/>
<licenses>
<license/>
</licenses>
<developers>
<developer/>
</developers>
<scm>
<connection/>
<developerConnection/>
<tag/>
<url/>
</scm>
<version>
4.1-RELEASE
</version>
<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>
<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>
<build>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
dcs-doc-core/pom.xml
View file @
87af35f4
...
...
@@ -82,6 +82,12 @@
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-initialization-rule-runtime
</artifactId>
</dependency>
<dependency>
<groupId>
com.yonde.dcs
</groupId>
<artifactId>
dcs-doc-autotask-interface
</artifactId>
<version>
4.1-RELEASE
</version>
</dependency>
</dependencies>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment