springboot 2.1.9.RELEASE

This commit is contained in:
shimingxy
2019-10-21 23:46:20 +08:00
parent 81e4e28201
commit 623d6551c8
4 changed files with 4 additions and 7 deletions

View File

@@ -8,8 +8,8 @@ defaultTasks "clean", "build"
ext {
jackson2Version = "2.9.8"
log4jVersion = "2.12.0"
springVersion = "5.2.0.RELEASE"
springBootVersion = "2.2.0.RELEASE"
springVersion = "5.1.9.RELEASE"
springBootVersion = "2.1.9.RELEASE"
springSecurityVersion= "5.2.0.RELEASE"
hibernateVersion = "5.4.2.Final"
slf4jVersion = "1.7.26"
@@ -294,8 +294,8 @@ subprojects {
//local jars
compile fileTree(dir: "${rootDir}/maxkey-lib/", include: '*/*.jar')
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '8.5.43'
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-jasper', version: '8.5.43'
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '8.5.47'
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-jasper', version: '8.5.47'
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-logging-juli', version: '8.5.2'
//compile group: 'org.eclipse.jdt.core.compiler', name: 'ecj', version: '4.6.1'

View File

@@ -1 +0,0 @@
/org/

View File

@@ -1 +0,0 @@
/com/

View File

@@ -1 +0,0 @@
/org/