feat: support OGNL SpringUtils packers

This commit is contained in:
ReaJason
2025-07-22 01:07:17 +08:00
parent aaaf2dd5c2
commit 8ecf863852
12 changed files with 95 additions and 18 deletions
@@ -31,6 +31,8 @@ dependencies {
implementation("com.caucho:hessian:4.0.66")
providedCompile("javax.servlet:javax.servlet-api:3.1.0")
testImplementation(libs.junit.jupiter)
testRuntimeOnly(libs.junit.platform.launcher)
}
tasks.war {