mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-01-07 16:28:26 +01:00
Add adventure-api
to SongodaCore dependencies
This commit is contained in:
parent
b0f006aed0
commit
532d96f6c1
21
Core/pom.xml
21
Core/pom.xml
@ -70,6 +70,7 @@
|
||||
<include>com.songoda:*</include>
|
||||
<include>com.zaxxer:HikariCP</include>
|
||||
<include>de.tr7zw:item-nbt-api</include>
|
||||
<include>net.kyori:*</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
|
||||
@ -83,6 +84,11 @@
|
||||
<pattern>de.tr7zw.changeme.nbtapi</pattern>
|
||||
<shadedPattern>com.songoda.core.third_party.de.tr7zw.nbtapi</shadedPattern>
|
||||
</relocation>
|
||||
|
||||
<relocation>
|
||||
<pattern>net.kyori</pattern>
|
||||
<shadedPattern>com.songoda.core.third_party.net.kyori</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
|
||||
<filters>
|
||||
@ -92,6 +98,7 @@
|
||||
<includes>
|
||||
<include>com/</include>
|
||||
<include>de/tr7zw/</include>
|
||||
<include>net/kyori/</include>
|
||||
<include>META-INF/MANIFEST.MF</include>
|
||||
<include>META-INF/maven/com.songoda/SongodaCore/</include>
|
||||
</includes>
|
||||
@ -126,6 +133,20 @@
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.kyori</groupId>
|
||||
<artifactId>adventure-api</artifactId>
|
||||
<version>4.11.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.kyori</groupId>
|
||||
<artifactId>adventure-platform-bukkit</artifactId>
|
||||
<version>4.1.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- TODO: Make sure this lib is shaded into the resulting jar -->
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user