mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-09 17:27:37 +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>
|
||||
<include>com.songoda:SongodaCore</include>
|
||||
<include>io.papermc:paperlib</include>
|
||||
<include>com.eatthepath:fast-uuid</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<filters>
|
||||
@ -92,6 +93,10 @@
|
||||
<pattern>io.papermc.lib</pattern>
|
||||
<shadedPattern>${project.groupId}.paperlib</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>com.eatthepath.uuid</pattern>
|
||||
<shadedPattern>${project.groupId}.fast-uuid</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -239,5 +244,11 @@
|
||||
<scope>provided</scope>
|
||||
<version>2.18.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.eatthepath</groupId>
|
||||
<artifactId>fast-uuid</artifactId>
|
||||
<version>0.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user