|
142 | 142 | <shadedPattern>org.maxgamer.quickshop.shade.com.fasterxml.jackson.jackson.core. |
143 | 143 | </shadedPattern> |
144 | 144 | </relocation> |
145 | | - <!-- <relocation>--> |
146 | | - <!-- <pattern>net.kyori.</pattern>--> |
147 | | - <!-- <shadedPattern>org.maxgamer.quickshop.shade.net.kyori.</shadedPattern>--> |
148 | | - <!-- </relocation>--> |
149 | 145 | <relocation> |
150 | 146 | <pattern>me.lucko.</pattern> |
151 | 147 | <shadedPattern>org.maxgamer.quickshop.shade.me.lucko.</shadedPattern> |
|
158 | 154 | <pattern>com.dumptruckman.bukkit.configuration.</pattern> |
159 | 155 | <shadedPattern>org.maxgamer.quickshop.file.newest.json.</shadedPattern> |
160 | 156 | </relocation> |
161 | | - <!-- <relocation>--> |
162 | | - <!-- <pattern>com.offbytwo.jenkins.</pattern>--> |
163 | | - <!-- <shadedPattern>org.maxgamer.quickshop.shade.com.offbytwo.jenkins.</shadedPattern>--> |
164 | | - <!-- </relocation>--> |
165 | 157 | <relocation> |
166 | 158 | <pattern>org.apache.commons.compress.</pattern> |
167 | 159 | <shadedPattern>org.maxgamer.quickshop.shade.org.apache.commons.compress.</shadedPattern> |
|
170 | 162 | <pattern>org.apache.commons.codec.</pattern> |
171 | 163 | <shadedPattern>org.maxgamer.quickshop.shade.org.apache.commons.codec.</shadedPattern> |
172 | 164 | </relocation> |
173 | | - <relocation> |
174 | | - <pattern>com.esotericsoftware.reflectasm.</pattern> |
175 | | - <shadedPattern>org.maxgamer.quickshop.shade.com.esotericsoftware.reflectasm.</shadedPattern> |
176 | | - </relocation> |
177 | 165 | <relocation> |
178 | 166 | <pattern>me.lucko.helper.</pattern> |
179 | 167 | <shadedPattern>org.maxgamer.quickshop.shade.me.lucko.helper.</shadedPattern> |
180 | 168 | </relocation> |
181 | | - |
182 | 169 | <relocation> |
183 | 170 | <pattern>org.slf4j.</pattern> |
184 | 171 | <shadedPattern>org.maxgamer.quickshop.shade.org.slf4j.</shadedPattern> |
|
187 | 174 | <pattern>com.github.SparklingComet.</pattern> |
188 | 175 | <shadedPattern>org.maxgamer.quickshop.shade.com.github.SparklingComet.</shadedPattern> |
189 | 176 | </relocation> |
190 | | - <!-- <relocation>--> |
191 | | - <!-- <pattern>com.offbytwo.jenkins.jenkins-client.</pattern>--> |
192 | | - <!-- <shadedPattern>org.maxgamer.quickshop.shade.com.offbytwo.jenkins.jenkins-client.--> |
193 | | - <!-- </shadedPattern>--> |
194 | | - <!-- </relocation>--> |
195 | 177 | <relocation> |
196 | 178 | <pattern>de.themoep.</pattern> |
197 | 179 | <shadedPattern>org.maxgamer.quickshop.shade.de.themoep.</shadedPattern> |
|
212 | 194 | <pattern>com.squareup.</pattern> |
213 | 195 | <shadedPattern>org.maxgamer.quickshop.shade.org.com.squareup.</shadedPattern> |
214 | 196 | </relocation> |
215 | | - |
216 | | - |
217 | | - <!-- <relocation>--> |
218 | | - <!-- <pattern>de.leonhard</pattern>--> |
219 | | - <!-- <shadedPattern>org.maxgamer.quickshop.shade.de.leonhard.storage</shadedPattern>--> |
220 | | - <!-- </relocation>--> |
221 | | - |
222 | 197 | </relocations> |
223 | 198 | <transformers> |
224 | 199 | <transformer |
|
368 | 343 | <!-- </repository>--> |
369 | 344 | <!-- PlotSquared --> |
370 | 345 | <repository> |
371 | | - <id>IntellectualSites</id> |
372 | | - <url>https://mvn.intellectualsites.com/content/groups/public/</url> |
| 346 | + <id>intellectualsites releases</id> |
| 347 | + <url>https://mvn.intellectualsites.com/content/repositories/releases/</url> |
| 348 | + </repository> |
| 349 | + <repository> |
| 350 | + <id>intellectualsites snapshots</id> |
| 351 | + <url>https://mvn.intellectualsites.com/content/repositories/snapshots/</url> |
373 | 352 | </repository> |
374 | 353 | <repository> |
375 | 354 | <id>jitpack.io</id> |
|
702 | 681 | </exclusion> |
703 | 682 | </exclusions> |
704 | 683 | </dependency> |
705 | | - <!--PlotSquared 6 Core--> |
706 | 684 | <dependency> |
707 | 685 | <groupId>com.plotsquared</groupId> |
708 | 686 | <artifactId>PlotSquared-Core</artifactId> |
709 | | - <version>6.1.2</version> |
| 687 | + <version>6.0.8-SNAPSHOT</version> |
710 | 688 | <scope>provided</scope> |
711 | 689 | <!--We just need the core jar--> |
712 | 690 | <exclusions> |
|
0 commit comments