mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 09:28:49 +08:00
tomcat-embed
9.0
This commit is contained in:
parent
c73b3d0a52
commit
713e60960c
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,11 +1,8 @@
|
||||
# Compiled class file
|
||||
#.gitignore
|
||||
*.class
|
||||
bin/*
|
||||
*/bin/*
|
||||
|
||||
/.gradle/
|
||||
.gradle/*
|
||||
bin/*
|
||||
/.gradle/*
|
||||
|
||||
# Log file
|
||||
@ -13,14 +10,13 @@ bin/*
|
||||
*.log.*
|
||||
*/logs/*
|
||||
|
||||
jdk/*
|
||||
|
||||
*/jdk/*
|
||||
|
||||
*/.settings/*
|
||||
|
||||
|
||||
org/apache/mybatis/jpa/*
|
||||
*/org/apache/mybatis/jpa/*
|
||||
|
||||
/build/
|
||||
build/*
|
||||
*/build/*
|
||||
build/*
|
||||
maxkey*/build/libs/*
|
||||
|
||||
@ -300,7 +300,7 @@ subprojects {
|
||||
compile fileTree(dir: "${rootDir}/maxkey-lib/", include: '*/*.jar')
|
||||
|
||||
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.29'
|
||||
compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-logging-juli', version: '9.0.29'
|
||||
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'
|
||||
//compile group: 'javax.el', name: 'javax.el-api', version: '3.0.0'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user