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