Skip to content

Commit bea850e

Browse files
committed
fix shade
1 parent 2c49a83 commit bea850e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@
196196
<shadedPattern>org.maxgamer.quickshop.shade.org.com.squareup.</shadedPattern>
197197
</relocation>
198198
<relocation>
199-
<pattern>org.maxgamer.storage.</pattern>
200-
<shadedPattern>org.maxgamer.quickshop.shade.org.maxgamer.storage.</shadedPattern>
199+
<pattern>de.leonhard.storage.</pattern>
200+
<shadedPattern>org.maxgamer.quickshop.shade.de.leonhard.storage.</shadedPattern>
201201
</relocation>
202202
</relocations>
203203
<transformers>
@@ -839,7 +839,7 @@
839839
<dependency>
840840
<groupId>org.maxgamer.storage</groupId>
841841
<artifactId>simplixstorage</artifactId>
842-
<version>3.2.3</version>
842+
<version>3.2.3.1</version>
843843
</dependency>
844844
<dependency>
845845
<groupId>de.tr7zw</groupId>

0 commit comments

Comments
 (0)