瀏覽代碼

springboot 2.1.9.RELEASE

shimingxy 5 年之前
父節點
當前提交
623d6551c8

+ 4 - 4
build.gradle

@@ -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'

+ 0 - 1
maxkey-protocols/maxkey-protocol-cas/bin/main/.gitignore

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

+ 0 - 1
maxkey-protocols/maxkey-protocol-cas/bin/test/.gitignore

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

+ 0 - 1
maxkey-protocols/maxkey-protocol-tokenbased/bin/main/.gitignore

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