Commit b7f88141 by huangshunlin

补充启动缺少的依赖 copy from remit, 后续若有多余可删除

parent 043e425e
...@@ -23,42 +23,117 @@ ...@@ -23,42 +23,117 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.brilliance.isc</groupId> <groupId>com.brilliance.isc</groupId>
<artifactId>isc-common-service-bopset</artifactId>
</dependency>
<dependency>
<groupId>com.brilliance.isc</groupId>
<artifactId>isc-common-doc</artifactId> <artifactId>isc-common-doc</artifactId>
</dependency> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>com.brilliance.isc</groupId>--> <groupId>com.brilliance.isc</groupId>
<!-- <artifactId>isc-common-service-limmod</artifactId>--> <artifactId>isc-common-service-limmod</artifactId>
<!-- </dependency>--> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>com.brilliance.isc</groupId>--> <groupId>com.brilliance.isc</groupId>
<!-- <artifactId>isc-common-service-trnmod</artifactId>--> <artifactId>isc-common-service-trnmod</artifactId>
<!-- </dependency>--> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>com.brilliance.isc</groupId>--> <groupId>com.brilliance.isc</groupId>
<!-- <artifactId>isc-common-service-setmod</artifactId>--> <artifactId>isc-common-service-setmod</artifactId>
<!-- </dependency>--> </dependency>
<dependency>
<!-- <dependency>--> <groupId>com.brilliance.isc</groupId>
<!-- <groupId>com.xuxueli</groupId>--> <artifactId>isc-common-service-trndoc</artifactId>
<!-- <artifactId>xxl-job-core</artifactId>--> </dependency>
<!-- </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>--> <!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>--> <!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-jaxrs</artifactId>--> <!-- <artifactId>resteasy-jaxrs</artifactId>-->
<!-- </dependency>--> <!-- </dependency>-->
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>--> <!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-spring-boot-starter</artifactId>--> <!-- <artifactId>resteasy-spring-boot-starter</artifactId>-->
<!-- </dependency>--> <!-- </dependency>-->
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>--> <!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-multipart-provider</artifactId>--> <!-- <artifactId>resteasy-multipart-provider</artifactId>-->
<!-- </dependency>--> <!-- </dependency>-->
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>org.jboss.resteasy</groupId>--> <!-- <groupId>org.jboss.resteasy</groupId>-->
<!-- <artifactId>resteasy-jackson2-provider</artifactId>--> <!-- <artifactId>resteasy-jackson2-provider</artifactId>-->
<!-- </dependency>--> <!-- </dependency>-->
</dependencies> </dependencies>
......
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