aboutsummaryrefslogtreecommitdiff
path: root/spark-velocity
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2022-07-17 14:05:06 +0100
committerLuck <git@lucko.me>2022-07-17 14:05:06 +0100
commit768bf7a338da8e5daaebc9580ff3b289092c28ee (patch)
treef09314c120bd503cf304edca3f892da7b9a845c2 /spark-velocity
parent814ac81af5c879a669b345a007a2ffbb1256aeb0 (diff)
downloadspark-768bf7a338da8e5daaebc9580ff3b289092c28ee.tar.gz
spark-768bf7a338da8e5daaebc9580ff3b289092c28ee.tar.bz2
spark-768bf7a338da8e5daaebc9580ff3b289092c28ee.zip
Remove some unnecessary dependencies
Diffstat (limited to 'spark-velocity')
-rw-r--r--spark-velocity/build.gradle3
1 files changed, 0 insertions, 3 deletions
diff --git a/spark-velocity/build.gradle b/spark-velocity/build.gradle
index b2e938b..275d3df 100644
--- a/spark-velocity/build.gradle
+++ b/spark-velocity/build.gradle
@@ -26,11 +26,8 @@ shadowJar {
exclude(dependency('net.kyori:^(?!adventure-text-feature-pagination).+$'))
}
- relocate 'okio', 'me.lucko.spark.lib.okio'
- relocate 'okhttp3', 'me.lucko.spark.lib.okhttp3'
relocate 'net.kyori.adventure.text.feature.pagination', 'me.lucko.spark.lib.adventure.pagination'
relocate 'net.bytebuddy', 'me.lucko.spark.lib.bytebuddy'
- relocate 'org.tukaani.xz', 'me.lucko.spark.lib.xz'
relocate 'com.google.protobuf', 'me.lucko.spark.lib.protobuf'
relocate 'org.objectweb.asm', 'me.lucko.spark.lib.asm'
relocate 'one.profiler', 'me.lucko.spark.lib.asyncprofiler'