mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-22 18:16:19 +01:00
Adds XSeries's XMaterial class to the shaded dependencies
This commit is contained in:
parent
fbf6531f08
commit
d4fe43fd35
@ -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>
|
||||
|
13
Core/pom.xml
13
Core/pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user