From 7bbe433ecca9981878139919d9a89e2d15d979c2 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Wed, 14 May 2025 08:10:41 +0800 Subject: [PATCH] refactor: remove unused code --- integration-test/build.gradle | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/integration-test/build.gradle b/integration-test/build.gradle index cdc175bc..48897fc5 100644 --- a/integration-test/build.gradle +++ b/integration-test/build.gradle @@ -51,20 +51,6 @@ idea { } test { -// dependsOn( -// ":vul:vul-webapp:war", -// ":vul:vul-webapp-expression:war", -// ":vul:vul-webapp-deserialize:war", -// ":vul:vul-webapp-jakarta:war", -// ":vul:vul-springboot1:bootJar", -// ":vul:vul-springboot2:bootJar", -// ":vul:vul-springboot2-jetty:bootJar", -// ":vul:vul-springboot2-undertow:bootJar", -// ":vul:vul-springboot2:bootWar", -// ":vul:vul-springboot2-webflux:bootJar", -// ":vul:vul-springboot3:bootJar", -// ":vul:vul-springboot3-webflux:bootJar", -// ) useJUnitPlatform() finalizedBy jacocoTestReport } \ No newline at end of file