|
|
@ -17,9 +17,8 @@ |
|
|
|
<maven.compiler.target>1.8</maven.compiler.target> |
|
|
|
<maven.compiler.target>1.8</maven.compiler.target> |
|
|
|
<kicc.common.version>${project.version}</kicc.common.version> |
|
|
|
<kicc.common.version>${project.version}</kicc.common.version> |
|
|
|
<spring-boot.version>2.6.3</spring-boot.version> |
|
|
|
<spring-boot.version>2.6.3</spring-boot.version> |
|
|
|
<security.oauth.version>2.1.8.RELEASE</security.oauth.version> |
|
|
|
<!--<security.oauth.version>2.1.8.RELEASE</security.oauth.version>--> |
|
|
|
<cloud.stream.version>3.0.13.RELEASE</cloud.stream.version> |
|
|
|
<!--<alibaba-seata.version>2021.0.1.0</alibaba-seata.version>--> |
|
|
|
<alibaba-seata.version>2021.0.1.0</alibaba-seata.version> |
|
|
|
|
|
|
|
<log4j2.version>2.17.1</log4j2.version> |
|
|
|
<log4j2.version>2.17.1</log4j2.version> |
|
|
|
<fastjson.version>1.2.78</fastjson.version> |
|
|
|
<fastjson.version>1.2.78</fastjson.version> |
|
|
|
<swagger.core.version>1.5.24</swagger.core.version> |
|
|
|
<swagger.core.version>1.5.24</swagger.core.version> |
|
|
@ -116,24 +115,17 @@ |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<!--最新版本2021.1 com.alibaba.cloud.seata.rest.SeataRestTemplateAutoConfiguration有自调Bean问题 |
|
|
|
<!--最新版本2021.1 com.alibaba.cloud.seata.rest.SeataRestTemplateAutoConfiguration有自调Bean问题 |
|
|
|
与当前 spring cloud 2021 不兼容,更换2021.0.1.0兼容版本--> |
|
|
|
与当前 spring cloud 2021 不兼容,更换2021.0.1.0兼容版本--> |
|
|
|
<dependency> |
|
|
|
<!--<dependency> |
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
<groupId>com.alibaba.cloud</groupId> |
|
|
|
<artifactId>spring-cloud-starter-alibaba-seata</artifactId> |
|
|
|
<artifactId>spring-cloud-starter-alibaba-seata</artifactId> |
|
|
|
<version>${alibaba-seata.version}</version> |
|
|
|
<version>${alibaba-seata.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency>--> |
|
|
|
<!--稳定版本,目前最新版采用函数编程经过测试rocketMQ消费者接受消息收不到, |
|
|
|
|
|
|
|
目前最新版适配还存在一定的问题,替代spring-cloud-starter-stream-rocketmq2021.1 bom内置--> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-cloud-stream</artifactId> |
|
|
|
|
|
|
|
<version>${cloud.stream.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!--稳定版本,替代spring security2.6.3 bom内置--> |
|
|
|
<!--稳定版本,替代spring security2.6.3 bom内置--> |
|
|
|
<dependency> |
|
|
|
<!--<dependency> |
|
|
|
<groupId>org.springframework.security.oauth.boot</groupId> |
|
|
|
<groupId>org.springframework.security.oauth.boot</groupId> |
|
|
|
<artifactId>spring-security-oauth2-autoconfigure</artifactId> |
|
|
|
<artifactId>spring-security-oauth2-autoconfigure</artifactId> |
|
|
|
<version>${security.oauth.version}</version> |
|
|
|
<version>${security.oauth.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency>--> |
|
|
|
<!--swagger 最新依赖内置版本--> |
|
|
|
<!--swagger 最新依赖内置版本--> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.swagger</groupId> |
|
|
|
<groupId>io.swagger</groupId> |
|
|
|