Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dcs-plan
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
dcs-plan
Commits
8475bf09
Commit
8475bf09
authored
Oct 15, 2024
by
侯彦文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
引用context包
parent
e27d85dd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
1 deletion
+41
-1
pom.xml
dcs-plan-common/pom.xml
+19
-1
pom.xml
dcs-plan-core/pom.xml
+6
-0
pom.xml
dcs-plan-entity/pom.xml
+6
-0
pom.xml
dcs-plan-feign/pom.xml
+10
-0
No files found.
dcs-plan-common/pom.xml
View file @
8475bf09
...
@@ -61,7 +61,8 @@
...
@@ -61,7 +61,8 @@
<!-- </dependency>-->
<!-- </dependency>-->
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-common
</artifactId>
<artifactId>
dex-basic-service-expand-common
</artifactId>
<version>
4.1-20240919-RELEASE
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.jacob
</groupId>
<groupId>
com.jacob
</groupId>
...
@@ -88,6 +89,17 @@
...
@@ -88,6 +89,17 @@
<version>
2.17.1
</version>
<version>
2.17.1
</version>
<scope>
compile
</scope>
<scope>
compile
</scope>
</dependency>
</dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-plugin-common
</artifactId>
<exclusions>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-expand
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
<artifactId>
easyexcel
</artifactId>
<artifactId>
easyexcel
</artifactId>
...
@@ -96,6 +108,12 @@
...
@@ -96,6 +108,12 @@
<dependency>
<dependency>
<groupId>
com.yonde.dcs
</groupId>
<groupId>
com.yonde.dcs
</groupId>
<artifactId>
dcs-doc-common
</artifactId>
<artifactId>
dcs-doc-common
</artifactId>
<exclusions>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-expand
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
dcs-plan-core/pom.xml
View file @
8475bf09
...
@@ -69,6 +69,12 @@
...
@@ -69,6 +69,12 @@
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-plugin-core
</artifactId>
<artifactId>
dex-context-plugin-core
</artifactId>
<exclusions>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-expand
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
...
...
dcs-plan-entity/pom.xml
View file @
8475bf09
...
@@ -56,6 +56,12 @@
...
@@ -56,6 +56,12 @@
<artifactId>
dex-context-plugin-entities
</artifactId>
<artifactId>
dex-context-plugin-entities
</artifactId>
<version>
4.1-20240919-RELEASE
</version>
<version>
4.1-20240919-RELEASE
</version>
<scope>
compile
</scope>
<scope>
compile
</scope>
<exclusions>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-expand
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
dcs-plan-feign/pom.xml
View file @
8475bf09
...
@@ -24,6 +24,10 @@
...
@@ -24,6 +24,10 @@
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-linkdata-plugin-feign
</artifactId>
<artifactId>
dex-linkdata-plugin-feign
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-plugin-feign
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-container-folder-plugin-feign
</artifactId>
<artifactId>
dex-container-folder-plugin-feign
</artifactId>
...
@@ -53,6 +57,12 @@
...
@@ -53,6 +57,12 @@
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-basic-service-feign
</artifactId>
<artifactId>
dex-basic-service-feign
</artifactId>
<version>
4.1-20240919-RELEASE
</version>
<version>
4.1-20240919-RELEASE
</version>
<exclusions>
<exclusion>
<groupId>
com.yonde.dex
</groupId>
<artifactId>
dex-context-expand
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.yonde.dex
</groupId>
<groupId>
com.yonde.dex
</groupId>
...
...
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