Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-funds
Overview
Overview
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
isc-v3.1-tmp
isc-funds
Commits
b7f88141
Commit
b7f88141
authored
Oct 09, 2024
by
huangshunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充启动缺少的依赖 copy from remit, 后续若有多余可删除
parent
043e425e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
108 additions
and
33 deletions
+108
-33
pom.xml
isc-funds-business/pom.xml
+108
-33
No files found.
isc-funds-business/pom.xml
View file @
b7f88141
...
...
@@ -23,42 +23,117 @@
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-bopset
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-doc
</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.brilliance.isc</groupId>-->
<!-- <artifactId>isc-common-service-limmod</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>com.brilliance.isc</groupId>-->
<!-- <artifactId>isc-common-service-trnmod</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>com.brilliance.isc</groupId>-->
<!-- <artifactId>isc-common-service-setmod</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>com.xuxueli</groupId>-->
<!-- <artifactId>xxl-job-core</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-limmod
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-trnmod
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-setmod
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-trndoc
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-liaall
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-liaccv
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-oit
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-trndia
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-trtcre
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-dftcre
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-bptbck
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-umdmod
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-trndoc
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-liaall
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-liaccv
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-oit
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-trndia
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-trtcre
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-dftcre
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-bptbck
</artifactId>
</dependency>
<dependency>
<groupId>
com.brilliance.isc
</groupId>
<artifactId>
isc-common-service-umdmod
</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.xuxueli</groupId>-->
<!-- <artifactId>xxl-job-core</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-jaxrs</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-spring-boot-starter</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-multipart-provider</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-jackson2-provider</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-jaxrs</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-spring-boot-starter</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-multipart-provider</artifactId>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-jackson2-provider</artifactId>-->
<!-- </dependency>-->
</dependencies>
...
...
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