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
+5 -10
View File
@@ -15,17 +15,12 @@ java {
}
dependencies {
implementation(platform(project(":memshell-party-bom")))
implementation(project(":memshell-party-common"))
implementation("net.bytebuddy:byte-buddy")
implementation("javax.servlet:javax.servlet-api")
implementation("commons-io:commons-io")
implementation("org.apache.commons:commons-lang3")
implementation("commons-codec:commons-codec")
implementation("com.squareup.okhttp3:okhttp")
implementation("com.alibaba.fastjson2:fastjson2")
testImplementation(platform("org.junit:junit-bom"))
testImplementation("org.junit.jupiter:junit-jupiter")
implementation(libs.javax.servlet.api)
implementation(libs.okhttp3)
implementation(libs.fastjson2)
testImplementation(libs.junit.jupiter)
testRuntimeOnly(libs.junit.platform.launcher)
}
tasks.test {
+4 -9
View File
@@ -16,16 +16,11 @@ java {
dependencies {
implementation(platform(project(":memshell-party-bom")))
implementation(project(":memshell-party-common"))
implementation("net.bytebuddy:byte-buddy")
implementation("commons-io:commons-io")
implementation("org.apache.commons:commons-lang3")
implementation("commons-codec:commons-codec")
implementation("com.squareup.okhttp3:okhttp")
implementation("com.alibaba.fastjson2:fastjson2")
testImplementation(platform("org.junit:junit-bom"))
testImplementation("org.junit.jupiter:junit-jupiter")
implementation(libs.okhttp3)
implementation(libs.fastjson2)
testImplementation(libs.junit.jupiter)
testRuntimeOnly(libs.junit.platform.launcher)
}
tasks.test {
+6 -9
View File
@@ -16,16 +16,13 @@ java {
dependencies {
implementation(platform(project(":memshell-party-bom")))
implementation(project(":memshell-party-common"))
implementation("net.bytebuddy:byte-buddy")
implementation("commons-io:commons-io")
implementation("org.apache.commons:commons-lang3")
implementation("commons-codec:commons-codec")
implementation("com.squareup.okhttp3:okhttp")
implementation("org.java-websocket:Java-WebSocket")
testImplementation(platform("org.junit:junit-bom"))
testImplementation("org.junit.jupiter:junit-jupiter")
implementation(libs.java.websocket)
implementation(libs.javax.servlet.api)
implementation(libs.okhttp3)
implementation(libs.fastjson2)
testImplementation(libs.junit.jupiter)
testRuntimeOnly(libs.junit.platform.launcher)
}
tasks.test {
+4 -8
View File
@@ -16,15 +16,11 @@ java {
dependencies {
implementation(platform(project(":memshell-party-bom")))
implementation(project(":memshell-party-common"))
implementation("net.bytebuddy:byte-buddy")
implementation("commons-io:commons-io")
implementation("org.apache.commons:commons-lang3")
implementation("commons-codec:commons-codec")
implementation("com.squareup.okhttp3:okhttp")
testImplementation(platform("org.junit:junit-bom"))
testImplementation("org.junit.jupiter:junit-jupiter")
implementation(libs.okhttp3)
implementation(libs.fastjson2)
testImplementation(libs.junit.jupiter)
testRuntimeOnly(libs.junit.platform.launcher)
}
tasks.test {