mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
build: rm memshell-party-bom module
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user