mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-24 16:01:52 +08:00
refactor: simplify code
This commit is contained in:
@@ -62,20 +62,6 @@ dependencies {
|
||||
implementation 'org.springframework:spring-webmvc:4.3.30.RELEASE'
|
||||
implementation 'org.springframework:spring-web:4.3.30.RELEASE'
|
||||
implementation 'org.springframework:spring-webflux:5.3.24'
|
||||
implementation('org.apache.tomcat:tomcat-catalina:8.5.58') {
|
||||
exclude group: 'org.apache.tomcat', module: 'tomcat-api'
|
||||
exclude group: 'org.apache.tomcat', module: 'tomcat-juli'
|
||||
exclude group: 'org.apache.tomcat', module: 'tomcat-jni'
|
||||
exclude group: 'org.apache.tomcat', module: 'tomcat-coyote'
|
||||
exclude group: 'org.apache.tomcat', module: 'tomcat-util'
|
||||
exclude group: 'org.apache.tomcat', module: 'tomcat-util-scan'
|
||||
exclude group: 'org.apache.tomcat', module: 'tomcat-annotations-api'
|
||||
exclude group: 'org.apache.tomcat', module: 'tomcat-el-api'
|
||||
exclude group: 'org.apache.tomcat', module: 'tomcat-jsp-api'
|
||||
exclude group: 'org.apache.tomcat', module: 'tomcat-servlet-api'
|
||||
exclude group: 'org.apache.tomcat', module: 'tomcat-jaspic-api'
|
||||
}
|
||||
|
||||
|
||||
testImplementation platform('org.junit:junit-bom:5.+')
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter'
|
||||
|
||||
Reference in New Issue
Block a user