1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Updated pom.xml

This commit is contained in:
TheBusyBiscuit 2022-06-11 12:25:32 +02:00
parent 29388bef37
commit 9226ccf1c9

11
pom.xml
View File

@ -208,6 +208,10 @@
<pattern>kong.unirest</pattern>
<shadedPattern>io.github.thebusybiscuit.slimefun4.libraries.unirest</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.commons.lang</pattern>
<shadedPattern>io.github.thebusybiscuit.slimefun4.libraries.commons.lang</shadedPattern>
</relocation>
</relocations>
<!-- Exclude unneeded metadata files from shaded dependencies -->
@ -350,7 +354,7 @@
<dependency>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough-api</artifactId>
<version>1.1.3</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
@ -390,7 +394,7 @@
<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.18</artifactId>
<version>2.0.0</version>
<version>2.22.5</version>
<scope>test</scope>
<exclusions>
@ -502,11 +506,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- Todo remove this dependency -->
<!-- TODO: Remove this dependency -->
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>