Adds XSeries's XMaterial class to the shaded dependencies

This commit is contained in:
Christian Koop 2023-06-18 01:01:28 +02:00
parent fbf6531f08
commit d4fe43fd35
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
2 changed files with 20 additions and 0 deletions

View File

@ -40,5 +40,12 @@
<version>4.29</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>9.4.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

View File

@ -81,6 +81,7 @@
<include>com.zaxxer:HikariCP</include>
<include>de.tr7zw:item-nbt-api</include>
<include>net.kyori:*</include>
<include>com.github.cryptomorin:XSeries</include>
<include>org.apache.commons:commons-lang3</include>
<include>org.apache.commons:commons-text</include>
</includes>
@ -106,9 +107,21 @@
<pattern>org.apache.commons</pattern>
<shadedPattern>com.craftaro.core.third_party.org.apache.commons</shadedPattern>
</relocation>
<relocation>
<pattern>com.cryptomorin.xseries</pattern>
<shadedPattern>com.craftaro.core.third_party.com.cryptomorin.xseries</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>com.github.cryptomorin:XSeries</artifact>
<includes>
<include>com/cryptomorin/xseries/XMaterial*</include>
</includes>
</filter>
<filter>
<artifact>*:*</artifact>
<excludes>