Skip to content

Commit 3652d68

Browse files
author
2908803755@qq.com
committed
Drop PlotSquared v4&v5 integration
1 parent 0d3db19 commit 3652d68

File tree

3 files changed

+7
-295
lines changed

3 files changed

+7
-295
lines changed

pom.xml

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@
142142
<shadedPattern>org.maxgamer.quickshop.shade.com.fasterxml.jackson.jackson.core.
143143
</shadedPattern>
144144
</relocation>
145-
<!-- <relocation>-->
146-
<!-- <pattern>net.kyori.</pattern>-->
147-
<!-- <shadedPattern>org.maxgamer.quickshop.shade.net.kyori.</shadedPattern>-->
148-
<!-- </relocation>-->
149145
<relocation>
150146
<pattern>me.lucko.</pattern>
151147
<shadedPattern>org.maxgamer.quickshop.shade.me.lucko.</shadedPattern>
@@ -158,10 +154,6 @@
158154
<pattern>com.dumptruckman.bukkit.configuration.</pattern>
159155
<shadedPattern>org.maxgamer.quickshop.file.newest.json.</shadedPattern>
160156
</relocation>
161-
<!-- <relocation>-->
162-
<!-- <pattern>com.offbytwo.jenkins.</pattern>-->
163-
<!-- <shadedPattern>org.maxgamer.quickshop.shade.com.offbytwo.jenkins.</shadedPattern>-->
164-
<!-- </relocation>-->
165157
<relocation>
166158
<pattern>org.apache.commons.compress.</pattern>
167159
<shadedPattern>org.maxgamer.quickshop.shade.org.apache.commons.compress.</shadedPattern>
@@ -170,15 +162,10 @@
170162
<pattern>org.apache.commons.codec.</pattern>
171163
<shadedPattern>org.maxgamer.quickshop.shade.org.apache.commons.codec.</shadedPattern>
172164
</relocation>
173-
<relocation>
174-
<pattern>com.esotericsoftware.reflectasm.</pattern>
175-
<shadedPattern>org.maxgamer.quickshop.shade.com.esotericsoftware.reflectasm.</shadedPattern>
176-
</relocation>
177165
<relocation>
178166
<pattern>me.lucko.helper.</pattern>
179167
<shadedPattern>org.maxgamer.quickshop.shade.me.lucko.helper.</shadedPattern>
180168
</relocation>
181-
182169
<relocation>
183170
<pattern>org.slf4j.</pattern>
184171
<shadedPattern>org.maxgamer.quickshop.shade.org.slf4j.</shadedPattern>
@@ -187,11 +174,6 @@
187174
<pattern>com.github.SparklingComet.</pattern>
188175
<shadedPattern>org.maxgamer.quickshop.shade.com.github.SparklingComet.</shadedPattern>
189176
</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>-->
195177
<relocation>
196178
<pattern>de.themoep.</pattern>
197179
<shadedPattern>org.maxgamer.quickshop.shade.de.themoep.</shadedPattern>
@@ -212,13 +194,6 @@
212194
<pattern>com.squareup.</pattern>
213195
<shadedPattern>org.maxgamer.quickshop.shade.org.com.squareup.</shadedPattern>
214196
</relocation>
215-
216-
217-
<!-- <relocation>-->
218-
<!-- <pattern>de.leonhard</pattern>-->
219-
<!-- <shadedPattern>org.maxgamer.quickshop.shade.de.leonhard.storage</shadedPattern>-->
220-
<!-- </relocation>-->
221-
222197
</relocations>
223198
<transformers>
224199
<transformer
@@ -368,8 +343,12 @@
368343
<!-- </repository>-->
369344
<!-- PlotSquared -->
370345
<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>
373352
</repository>
374353
<repository>
375354
<id>jitpack.io</id>
@@ -702,11 +681,10 @@
702681
</exclusion>
703682
</exclusions>
704683
</dependency>
705-
<!--PlotSquared 6 Core-->
706684
<dependency>
707685
<groupId>com.plotsquared</groupId>
708686
<artifactId>PlotSquared-Core</artifactId>
709-
<version>6.1.2</version>
687+
<version>6.0.8-SNAPSHOT</version>
710688
<scope>provided</scope>
711689
<!--We just need the core jar-->
712690
<exclusions>

src/integration/plotsquared/5/pom.xml

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/integration/plotsquared/5/src/main/java/org/maxgamer/quickshop/integration/plotsquared/PlotSquaredIntegrationV5.java

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)