fix: jboss6 scan overflow with spring

This commit is contained in:
ReaJason
2024-12-14 21:32:57 +08:00
parent 699169d277
commit 5ec6f6c3cc
21 changed files with 545 additions and 86 deletions
-6
View File
@@ -16,11 +16,5 @@ java {
dependencies {
implementation 'commons-fileupload:commons-fileupload:1.3.3'
implementation 'commons-beanutils:commons-beanutils:1.9.3'
implementation 'de.odysseus.juel:juel-impl:2.2.7'
implementation 'org.freemarker:freemarker:2.3.23'
implementation 'org.apache.velocity:velocity:1.7'
implementation 'ognl:ognl:2.7.3'
implementation 'org.springframework:spring-expression:4.3.30.RELEASE'
providedCompile 'de.odysseus.juel:juel-api:2.2.7'
providedCompile "javax.servlet:servlet-api:2.5"
}