feat: support XMLDecoderDefineClass packer

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent 4a6577012b
commit 82cdbab634
13 changed files with 207 additions and 29 deletions
+3 -2
View File
@@ -30,10 +30,11 @@ dependencies {
implementation("org.springframework:spring-expression:4.3.0.RELEASE")
providedCompile("de.odysseus.juel:juel-api:2.2.7")
providedCompile("javax.servlet:javax.servlet-api:3.1.0")
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation(libs.junit.jupiter)
testRuntimeOnly(libs.junit.platform.launcher)
}
tasks.test {
useJUnitPlatform()
}