style: 删除外标及分享相关功能
This commit is contained in:
@@ -182,47 +182,6 @@
|
||||
<artifactId>jero-system-cloud-api</artifactId>
|
||||
<version>${jero.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--微服务模块-->
|
||||
<dependency>
|
||||
<groupId>com.jero.boot</groupId>
|
||||
<artifactId>laws-starter-cloud</artifactId>
|
||||
<version>${jero.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--xxl-job定时任务-->
|
||||
<dependency>
|
||||
<groupId>com.jero.boot</groupId>
|
||||
<artifactId>laws-starter-job</artifactId>
|
||||
<version>${jero.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--redis分布式锁-->
|
||||
<dependency>
|
||||
<groupId>com.jero.boot</groupId>
|
||||
<artifactId>laws-starter-lock</artifactId>
|
||||
<version>${jero.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--rabbitmq消息队列-->
|
||||
<dependency>
|
||||
<groupId>com.jero.boot</groupId>
|
||||
<artifactId>laws-starter-rabbitmq</artifactId>
|
||||
<version>${jero.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 七牛云SDK -->
|
||||
<dependency>
|
||||
<groupId>com.qiniu</groupId>
|
||||
<artifactId>qiniu-java-sdk</artifactId>
|
||||
<version>${qiniu-java-sdk.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- dom4j -->
|
||||
<dependency>
|
||||
<groupId>dom4j</groupId>
|
||||
@@ -310,6 +269,11 @@
|
||||
<groupId>p6spy</groupId>
|
||||
<version>3.9.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.github.openfeign</groupId>
|
||||
<artifactId>feign-hystrix</artifactId>
|
||||
<version>10.7.4</version> <!-- Make sure to use the correct version that is compatible with your project setup -->
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user