build: rm memshell-party-bom module

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent fbdc58390a
commit 2f8ab27ee2
13 changed files with 122 additions and 139 deletions
+10 -15
View File
@@ -7,27 +7,22 @@ group = "io.github.reajason"
version = rootProject.version
dependencies {
implementation(platform(project(":memshell-party-bom")))
testImplementation(project(":vul:vul-webapp"))
testImplementation(project(":memshell-party-common"))
testImplementation(project(":tools:behinder"))
testImplementation(project(":tools:godzilla"))
testImplementation(project(":tools:suo5"))
testImplementation(project(":tools:ant-sword"))
testImplementation(project(":generator"))
testImplementation("net.bytebuddy:byte-buddy")
testImplementation("javax.servlet:javax.servlet-api")
testImplementation("javax.websocket:javax.websocket-api")
testImplementation("org.java-websocket:Java-WebSocket")
testImplementation("com.squareup.okhttp3:okhttp")
testImplementation("org.slf4j:slf4j-simple:2.0.16")
testImplementation(platform("org.junit:junit-bom"))
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.platform:junit-platform-reporting")
testImplementation("org.hamcrest:hamcrest")
testImplementation("org.testcontainers:testcontainers")
testImplementation("org.testcontainers:junit-jupiter")
testImplementation(libs.javax.servlet.api)
testImplementation(libs.javax.websocket.api)
testImplementation(libs.java.websocket)
testImplementation(libs.okhttp3)
testImplementation(libs.slf4j.simple)
testImplementation(libs.junit.platform.reporting)
testImplementation(libs.junit.jupiter)
testRuntimeOnly(libs.junit.platform.launcher)
testImplementation(libs.hamcrest)
testImplementation(libs.bundles.testcontainers)
}
tasks.test {