We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0423be commit 2c49a83Copy full SHA for 2c49a83
pom.xml
@@ -196,8 +196,8 @@
196
<shadedPattern>org.maxgamer.quickshop.shade.org.com.squareup.</shadedPattern>
197
</relocation>
198
<relocation>
199
- <pattern>de.leonhard.storage.</pattern>
200
- <shadedPattern>org.maxgamer.quickshop.shade.de.leonhard.storage.</shadedPattern>
+ <pattern>org.maxgamer.storage.</pattern>
+ <shadedPattern>org.maxgamer.quickshop.shade.org.maxgamer.storage.</shadedPattern>
201
202
</relocations>
203
<transformers>
@@ -837,7 +837,7 @@
837
<scope>provided</scope>
838
</dependency>
839
<dependency>
840
- <groupId>com.github.simplix-softworks</groupId>
+ <groupId>org.maxgamer.storage</groupId>
841
<artifactId>simplixstorage</artifactId>
842
<version>3.2.3</version>
843
0 commit comments