mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 02:25:27 +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>
|
<version>4.29</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.cryptomorin</groupId>
|
||||||
|
<artifactId>XSeries</artifactId>
|
||||||
|
<version>9.4.0</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
13
Core/pom.xml
13
Core/pom.xml
@ -81,6 +81,7 @@
|
|||||||
<include>com.zaxxer:HikariCP</include>
|
<include>com.zaxxer:HikariCP</include>
|
||||||
<include>de.tr7zw:item-nbt-api</include>
|
<include>de.tr7zw:item-nbt-api</include>
|
||||||
<include>net.kyori:*</include>
|
<include>net.kyori:*</include>
|
||||||
|
<include>com.github.cryptomorin:XSeries</include>
|
||||||
<include>org.apache.commons:commons-lang3</include>
|
<include>org.apache.commons:commons-lang3</include>
|
||||||
<include>org.apache.commons:commons-text</include>
|
<include>org.apache.commons:commons-text</include>
|
||||||
</includes>
|
</includes>
|
||||||
@ -106,9 +107,21 @@
|
|||||||
<pattern>org.apache.commons</pattern>
|
<pattern>org.apache.commons</pattern>
|
||||||
<shadedPattern>com.craftaro.core.third_party.org.apache.commons</shadedPattern>
|
<shadedPattern>com.craftaro.core.third_party.org.apache.commons</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
|
||||||
|
<relocation>
|
||||||
|
<pattern>com.cryptomorin.xseries</pattern>
|
||||||
|
<shadedPattern>com.craftaro.core.third_party.com.cryptomorin.xseries</shadedPattern>
|
||||||
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
|
|
||||||
<filters>
|
<filters>
|
||||||
|
<filter>
|
||||||
|
<artifact>com.github.cryptomorin:XSeries</artifact>
|
||||||
|
<includes>
|
||||||
|
<include>com/cryptomorin/xseries/XMaterial*</include>
|
||||||
|
</includes>
|
||||||
|
</filter>
|
||||||
|
|
||||||
<filter>
|
<filter>
|
||||||
<artifact>*:*</artifact>
|
<artifact>*:*</artifact>
|
||||||
<excludes>
|
<excludes>
|
||||||
|
Loading…
Reference in New Issue
Block a user