diff options
author | Luck <git@lucko.me> | 2022-07-17 14:05:06 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2022-07-17 14:05:06 +0100 |
commit | 768bf7a338da8e5daaebc9580ff3b289092c28ee (patch) | |
tree | f09314c120bd503cf304edca3f892da7b9a845c2 /spark-common/build.gradle | |
parent | 814ac81af5c879a669b345a007a2ffbb1256aeb0 (diff) | |
download | spark-768bf7a338da8e5daaebc9580ff3b289092c28ee.tar.gz spark-768bf7a338da8e5daaebc9580ff3b289092c28ee.tar.bz2 spark-768bf7a338da8e5daaebc9580ff3b289092c28ee.zip |
Remove some unnecessary dependencies
Diffstat (limited to 'spark-common/build.gradle')
-rw-r--r-- | spark-common/build.gradle | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spark-common/build.gradle b/spark-common/build.gradle index fbd0db2..ce09d51 100644 --- a/spark-common/build.gradle +++ b/spark-common/build.gradle @@ -11,10 +11,7 @@ dependencies { implementation 'com.github.jvm-profiling-tools:async-profiler:v2.8.1' implementation 'org.ow2.asm:asm:9.1' implementation 'com.google.protobuf:protobuf-javalite:3.15.6' - implementation 'com.squareup.okhttp3:okhttp:3.14.1' - implementation 'com.squareup.okio:okio:1.17.3' implementation 'net.bytebuddy:byte-buddy-agent:1.11.0' - implementation 'org.tukaani:xz:1.8' api('net.kyori:adventure-api:4.11.0') { exclude(module: 'adventure-bom') exclude(module: 'checker-qual') |