aboutsummaryrefslogtreecommitdiff
path: root/spark-common/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'spark-common/build.gradle')
-rw-r--r--spark-common/build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/spark-common/build.gradle b/spark-common/build.gradle
index c3d960d..514c5dd 100644
--- a/spark-common/build.gradle
+++ b/spark-common/build.gradle
@@ -18,8 +18,11 @@ dependencies {
api project(':spark-api')
implementation 'com.github.jvm-profiling-tools:async-profiler:v2.8.3'
implementation 'org.ow2.asm:asm:9.1'
- implementation 'com.google.protobuf:protobuf-javalite:3.21.11'
implementation 'net.bytebuddy:byte-buddy-agent:1.11.0'
+ implementation 'com.google.protobuf:protobuf-javalite:3.21.11'
+ implementation 'me.lucko:bytesocks-java-client-api:1.0-SNAPSHOT'
+ implementation 'com.neovisionaries:nv-websocket-client:2.14'
+
api('net.kyori:adventure-api:4.12.0') {
exclude(module: 'adventure-bom')
exclude(module: 'checker-qual')