From 532d96f6c160a6cf393a513702ab27d00403057c Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sun, 26 Jun 2022 13:28:10 +0200 Subject: [PATCH] Add `adventure-api` to SongodaCore dependencies --- Core/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Core/pom.xml b/Core/pom.xml index bef50883..58a57be3 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -70,6 +70,7 @@ com.songoda:* com.zaxxer:HikariCP de.tr7zw:item-nbt-api + net.kyori:* @@ -83,6 +84,11 @@ de.tr7zw.changeme.nbtapi com.songoda.core.third_party.de.tr7zw.nbtapi + + + net.kyori + com.songoda.core.third_party.net.kyori + @@ -92,6 +98,7 @@ com/ de/tr7zw/ + net/kyori/ META-INF/MANIFEST.MF META-INF/maven/com.songoda/SongodaCore/ @@ -126,6 +133,20 @@ compile + + net.kyori + adventure-api + 4.11.0 + compile + + + + net.kyori + adventure-platform-bukkit + 4.1.1 + compile + + org.yaml