Added pom dependencies for fast uuid

This commit is contained in:
Fabrizio La Rosa 2020-07-29 00:14:58 +02:00
parent 838af07246
commit dadb5d3f8f

11
pom.xml
View File

@ -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>