feat: support cb4 other version payload packers

This commit is contained in:
ReaJason
2025-02-19 00:04:29 +08:00
parent 243dd20531
commit f38b72fb5f
44 changed files with 661 additions and 383 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ java {
dependencies {
implementation 'commons-fileupload:commons-fileupload:1.3.3'
implementation 'commons-beanutils:commons-beanutils:1.9.3'
implementation 'commons-beanutils:commons-beanutils:1.9.4'
providedCompile "javax.servlet:servlet-api:2.5"
}