mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
solon 框架升为 2.7.0
This commit is contained in:
parent
562c369cf2
commit
075e22650b
@ -23,9 +23,9 @@
|
|||||||
<servlet-api.version>3.1.0</servlet-api.version>
|
<servlet-api.version>3.1.0</servlet-api.version>
|
||||||
<jakarta-servlet-api.version>6.0.0</jakarta-servlet-api.version>
|
<jakarta-servlet-api.version>6.0.0</jakarta-servlet-api.version>
|
||||||
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
|
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
|
||||||
<solon.version>2.5.3</solon.version>
|
<solon.version>2.7.0</solon.version>
|
||||||
<noear-redisx.version>1.6.0</noear-redisx.version>
|
<noear-redisx.version>1.6.2</noear-redisx.version>
|
||||||
<noear-snack3.version>3.2.80</noear-snack3.version>
|
<noear-snack3.version>3.2.88</noear-snack3.version>
|
||||||
<jfinal.version>4.9.17</jfinal.version>
|
<jfinal.version>4.9.17</jfinal.version>
|
||||||
<jboot.version>3.14.4</jboot.version>
|
<jboot.version>3.14.4</jboot.version>
|
||||||
<commons-pool2.version>2.5.0</commons-pool2.version>
|
<commons-pool2.version>2.5.0</commons-pool2.version>
|
||||||
|
@ -16,33 +16,45 @@
|
|||||||
<artifactId>sa-token-redisson-jackson2</artifactId>
|
<artifactId>sa-token-redisson-jackson2</artifactId>
|
||||||
<description>sa-token integrate redisson (to jackson)</description>
|
<description>sa-token integrate redisson (to jackson)</description>
|
||||||
|
|
||||||
|
<!-- parent 里的版本适合与 springboot2 兼容;其它更新的框架里版本容易冲突 -->
|
||||||
|
<properties>
|
||||||
|
<redisson.version>3.23.5</redisson.version>
|
||||||
|
<jackson.version>2.15.2</jackson.version>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- sa-token-spring-boot-starter -->
|
<!-- sa-token-core -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.dev33</groupId>
|
<groupId>cn.dev33</groupId>
|
||||||
<artifactId>sa-token-core</artifactId>
|
<artifactId>sa-token-core</artifactId>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Redisson 相关操作API -->
|
<!-- Redisson 相关操作API -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.redisson</groupId>
|
<groupId>org.redisson</groupId>
|
||||||
<artifactId>redisson</artifactId>
|
<artifactId>redisson</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.yaml</groupId>
|
||||||
|
<artifactId>snakeyaml</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- jackson-databind -->
|
<!-- jackson-databind -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
<optional>true</optional>
|
<version>${jackson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- jackson-datatype-jsr310 -->
|
<!-- jackson-datatype-jsr310 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
<artifactId>jackson-datatype-jsr310</artifactId>
|
||||||
<optional>true</optional>
|
<version>${jackson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user