Skip to content

Commit 2d5946b

Browse files
committed
Minor POM changes
1 parent ecf559d commit 2d5946b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

+14
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@
4545
<pattern>io.papermc.lib</pattern>
4646
<shadedPattern>io.github.bilektugrul.simpleservertools.internal.paperlib</shadedPattern>
4747
</relocation>
48+
<relocation>
49+
<pattern>xyz.upperlevel.spigot.book</pattern>
50+
<shadedPattern>io.github.bilektugrul.simpleservertools.internal.bookapi</shadedPattern>
51+
</relocation>
52+
<relocation>
53+
<pattern>me.despical.commons</pattern>
54+
<shadedPattern>io.github.bilektugrul.simpleservertools.internal.despical-commons</shadedPattern>
55+
</relocation>
4856
</relocations>
4957
</configuration>
5058
</execution>
@@ -105,6 +113,12 @@
105113
<artifactId>Commons</artifactId>
106114
<version>1.3.3</version>
107115
<scope>compile</scope>
116+
<exclusions>
117+
<exclusion>
118+
<groupId>com.zaxxer</groupId>
119+
<artifactId>HikariCP</artifactId>
120+
</exclusion>
121+
</exclusions>
108122
</dependency>
109123
<dependency>
110124
<groupId>com.github.MilkBowl</groupId>

0 commit comments

Comments
 (0)