mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 09:58:56 +08:00
v1.4.0GA
This commit is contained in:
parent
191468898b
commit
9fa72d8aae
@ -18,8 +18,10 @@ MaxKey v 1.4.0 GA 2020/05/01
|
|||||||
*(MAXKEY-200511) 国际化操作提示
|
*(MAXKEY-200511) 国际化操作提示
|
||||||
*(MAXKEY-200512) SAML2.0增加签名和摘要配置
|
*(MAXKEY-200512) SAML2.0增加签名和摘要配置
|
||||||
*(MAXKEY-200513) 优化界面,强化提交表单验证功能
|
*(MAXKEY-200513) 优化界面,强化提交表单验证功能
|
||||||
*(MAXKEY-200514) 组件升级
|
*(MAXKEY-200514) 组件版本升级
|
||||||
mybatis-jpa-extra v2.0
|
mybatis-jpa-extra v2.0
|
||||||
|
JustAuth 1.15.1
|
||||||
|
log4j 2.13.2
|
||||||
bootstrap 4.4.1
|
bootstrap 4.4.1
|
||||||
bootstrap-table v1.16.0
|
bootstrap-table v1.16.0
|
||||||
jquery 3.5.0
|
jquery 3.5.0
|
||||||
|
|||||||
@ -208,7 +208,7 @@ subprojects {
|
|||||||
compile group: 'net.minidev', name: 'asm', version: '1.0.2'
|
compile group: 'net.minidev', name: 'asm', version: '1.0.2'
|
||||||
//oauth third party JustAuth
|
//oauth third party JustAuth
|
||||||
compile group: 'com.xkcoding.http', name: 'simple-http', version: '1.0'
|
compile group: 'com.xkcoding.http', name: 'simple-http', version: '1.0'
|
||||||
compile group: 'me.zhyd.oauth', name: 'JustAuth', version: '1.14.0'
|
compile group: 'me.zhyd.oauth', name: 'JustAuth', version: '1.15.1'
|
||||||
//common
|
//common
|
||||||
compile group: 'org.javassist', name: 'javassist', version: '3.23.0-GA'
|
compile group: 'org.javassist', name: 'javassist', version: '3.23.0-GA'
|
||||||
compile group: 'org.owasp.esapi', name: 'esapi', version: '2.2.0.0'
|
compile group: 'org.owasp.esapi', name: 'esapi', version: '2.2.0.0'
|
||||||
|
|||||||
@ -4,7 +4,7 @@ vendor =https://github.com/shimingxy/MaxKey
|
|||||||
author =shimingxy
|
author =shimingxy
|
||||||
#Version For use jar
|
#Version For use jar
|
||||||
jackson2Version =2.9.8
|
jackson2Version =2.9.8
|
||||||
log4jVersion =2.13.1
|
log4jVersion =2.13.2
|
||||||
springVersion =5.2.5.RELEASE
|
springVersion =5.2.5.RELEASE
|
||||||
springBootVersion =2.2.6.RELEASE
|
springBootVersion =2.2.6.RELEASE
|
||||||
springSecurityVersion =5.3.0.RELEASE
|
springSecurityVersion =5.3.0.RELEASE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user