update sa-token 1.28.0 => 1.29.0 解决dubbo启动报错问题
parent
61395c6a78
commit
ef3b77f8a8
15
pom.xml
15
pom.xml
|
|
@ -32,18 +32,16 @@
|
||||||
<poi.version>4.1.2</poi.version>
|
<poi.version>4.1.2</poi.version>
|
||||||
<easyexcel.version>3.0.5</easyexcel.version>
|
<easyexcel.version>3.0.5</easyexcel.version>
|
||||||
<cglib.version>3.3.0</cglib.version>
|
<cglib.version>3.3.0</cglib.version>
|
||||||
<commons-collections.version>3.2.2</commons-collections.version>
|
|
||||||
<transmittable-thread-local.version>2.12.2</transmittable-thread-local.version>
|
|
||||||
<hutool.version>5.7.20</hutool.version>
|
<hutool.version>5.7.20</hutool.version>
|
||||||
<redisson.version>3.16.8</redisson.version>
|
<redisson.version>3.16.8</redisson.version>
|
||||||
<lock4j.version>2.2.1</lock4j.version>
|
<lock4j.version>2.2.1</lock4j.version>
|
||||||
<dubbo.version>2.7.15</dubbo.version>
|
<dubbo.version>2.7.15</dubbo.version>
|
||||||
<seata.version>1.4.2</seata.version>
|
<seata.version>1.4.2</seata.version>
|
||||||
<spring.context.support.version>1.0.11</spring.context.support.version>
|
<spring-context-support.version>1.0.11</spring-context-support.version>
|
||||||
<xxl-job.version>2.3.0</xxl-job.version>
|
<xxl-job.version>2.3.0</xxl-job.version>
|
||||||
<knife4j-aggregation.version>2.0.9</knife4j-aggregation.version>
|
<knife4j-aggregation.version>2.0.9</knife4j-aggregation.version>
|
||||||
<knife4j.version>3.0.3</knife4j.version>
|
<knife4j.version>3.0.3</knife4j.version>
|
||||||
<satoken.version>1.28.0</satoken.version>
|
<satoken.version>1.29.0</satoken.version>
|
||||||
|
|
||||||
<!-- OSS 配置 -->
|
<!-- OSS 配置 -->
|
||||||
<qiniu.version>7.9.2</qiniu.version>
|
<qiniu.version>7.9.2</qiniu.version>
|
||||||
|
|
@ -136,7 +134,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.alibaba.spring</groupId>
|
<groupId>com.alibaba.spring</groupId>
|
||||||
<artifactId>spring-context-support</artifactId>
|
<artifactId>spring-context-support</artifactId>
|
||||||
<version>${spring.context.support.version}</version>
|
<version>${spring-context-support.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- SpringBoot 依赖配置 -->
|
<!-- SpringBoot 依赖配置 -->
|
||||||
|
|
@ -255,13 +253,6 @@
|
||||||
<version>${velocity.version}</version>
|
<version>${velocity.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Collection 增强Java集合框架 -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>commons-collections</groupId>
|
|
||||||
<artifactId>commons-collections</artifactId>
|
|
||||||
<version>${commons-collections.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!--redisson-->
|
<!--redisson-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.redisson</groupId>
|
<groupId>org.redisson</groupId>
|
||||||
|
|
|
||||||
|
|
@ -47,12 +47,6 @@
|
||||||
<artifactId>velocity-engine-core</artifactId>
|
<artifactId>velocity-engine-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Commons Collections -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>commons-collections</groupId>
|
|
||||||
<artifactId>commons-collections</artifactId>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Mysql Connector -->
|
<!-- Mysql Connector -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>mysql</groupId>
|
<groupId>mysql</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue