File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 45
45
<pattern >io.papermc.lib</pattern >
46
46
<shadedPattern >io.github.bilektugrul.simpleservertools.internal.paperlib</shadedPattern >
47
47
</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 >
48
56
</relocations >
49
57
</configuration >
50
58
</execution >
105
113
<artifactId >Commons</artifactId >
106
114
<version >1.3.3</version >
107
115
<scope >compile</scope >
116
+ <exclusions >
117
+ <exclusion >
118
+ <groupId >com.zaxxer</groupId >
119
+ <artifactId >HikariCP</artifactId >
120
+ </exclusion >
121
+ </exclusions >
108
122
</dependency >
109
123
<dependency >
110
124
<groupId >com.github.MilkBowl</groupId >
You can’t perform that action at this time.
0 commit comments