mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-20 10:42:15 +08:00
优化依赖
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<dependency>
|
||||
<groupId>org.javassist</groupId>
|
||||
<artifactId>javassist</artifactId>
|
||||
<version>3.28.0-GA</version>
|
||||
<version>3.29.0-GA</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@@ -51,6 +51,7 @@
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -84,7 +84,7 @@
|
||||
<javassist.version>3.20.0-GA</javassist.version>
|
||||
<activiti.version>5.19.0.2</activiti.version>
|
||||
|
||||
<fastjson.version>1.2.74</fastjson.version>
|
||||
<fastjson.version>1.2.80</fastjson.version>
|
||||
<h2.version>1.4.200</h2.version>
|
||||
<mysql.version>5.1.39</mysql.version>
|
||||
<cglib.version>3.2.2</cglib.version>
|
||||
@@ -96,7 +96,7 @@
|
||||
<swagger.version>2.7.0</swagger.version>
|
||||
|
||||
<r2dbc.version>Arabba-SR10</r2dbc.version>
|
||||
<spring-framework.version>5.2.19.RELEASE</spring-framework.version>
|
||||
<spring-framework.version>5.2.22.RELEASE</spring-framework.version>
|
||||
</properties>
|
||||
|
||||
<profiles>
|
||||
|
||||
Reference in New Issue
Block a user