mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
4.2.3
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
- 修复nacos的group不生效问题
|
||||
|
||||
## 4.2.3
|
||||
|
||||
- 修复sop-auth模块启动失败问题
|
||||
|
||||
## 4.2.2
|
||||
|
||||
- 优化版本号
|
||||
|
7
pom.xml
7
pom.xml
@@ -60,7 +60,6 @@
|
||||
<validation-api.version>2.0.1.Final</validation-api.version>
|
||||
<hibernate-validator.version>6.0.13.Final</hibernate-validator.version>
|
||||
<fastmybatis.version>1.9.1</fastmybatis.version>
|
||||
<spring-data-redis.version>2.3.0.RELEASE</spring-data-redis.version>
|
||||
<guava.version>29.0-jre</guava.version>
|
||||
<swagger.version>1.5.21</swagger.version>
|
||||
<springfox-spring-web.version>2.9.2</springfox-spring-web.version>
|
||||
@@ -164,12 +163,6 @@
|
||||
<version>${logback.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-redis</artifactId>
|
||||
<version>${spring-data-redis.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- commons -->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
Reference in New Issue
Block a user