mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-25 00:41:26 +01:00
Added pom dependencies for fast uuid
This commit is contained in:
parent
838af07246
commit
dadb5d3f8f
11
pom.xml
11
pom.xml
@ -71,6 +71,7 @@
|
|||||||
<includes>
|
<includes>
|
||||||
<include>com.songoda:SongodaCore</include>
|
<include>com.songoda:SongodaCore</include>
|
||||||
<include>io.papermc:paperlib</include>
|
<include>io.papermc:paperlib</include>
|
||||||
|
<include>com.eatthepath:fast-uuid</include>
|
||||||
</includes>
|
</includes>
|
||||||
</artifactSet>
|
</artifactSet>
|
||||||
<filters>
|
<filters>
|
||||||
@ -92,6 +93,10 @@
|
|||||||
<pattern>io.papermc.lib</pattern>
|
<pattern>io.papermc.lib</pattern>
|
||||||
<shadedPattern>${project.groupId}.paperlib</shadedPattern>
|
<shadedPattern>${project.groupId}.paperlib</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>com.eatthepath.uuid</pattern>
|
||||||
|
<shadedPattern>${project.groupId}.fast-uuid</shadedPattern>
|
||||||
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@ -239,5 +244,11 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
<version>2.18.2</version>
|
<version>2.18.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.eatthepath</groupId>
|
||||||
|
<artifactId>fast-uuid</artifactId>
|
||||||
|
<version>0.1</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user