Skip to content

Commit 4f16cbb

Browse files
committed
remove ps support cause it blocking build
1 parent 3ea683a commit 4f16cbb

File tree

1 file changed

+71
-71
lines changed

1 file changed

+71
-71
lines changed

pom.xml

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -703,77 +703,77 @@
703703
</exclusion>
704704
</exclusions>
705705
</dependency>
706-
<dependency>
707-
<groupId>org.maxgamer.quickshop.integration</groupId>
708-
<artifactId>PlotSquared5</artifactId>
709-
<version>1.1</version>
710-
<exclusions>
711-
<exclusion>
712-
<groupId>*</groupId>
713-
<artifactId>*</artifactId>
714-
</exclusion>
715-
</exclusions>
716-
</dependency>
717-
<!--PlotSquared 6 Core-->
718-
<dependency>
719-
<groupId>com.plotsquared</groupId>
720-
<artifactId>PlotSquared-Core</artifactId>
721-
<version>6.0.8-SNAPSHOT</version>
722-
<scope>provided</scope>
723-
<!--We just need the core jar-->
724-
<exclusions>
725-
<exclusion>
726-
<groupId>*</groupId>
727-
<artifactId>*</artifactId>
728-
</exclusion>
729-
</exclusions>
730-
</dependency>
731-
<!--PlotSquared 4-->
732-
<dependency>
733-
<groupId>com.github.intellectualsite</groupId>
734-
<artifactId>PlotSquared4</artifactId>
735-
<version>4</version>
736-
<scope>system</scope>
737-
<systemPath>${project.basedir}/lib/PlotSquared4-Bukkit-4.4.jar</systemPath>
738-
<exclusions>
739-
<exclusion>
740-
<artifactId>worldedit-core</artifactId>
741-
<groupId>com.sk89q.worldedit</groupId>
742-
</exclusion>
743-
<exclusion>
744-
<artifactId>snakeyaml</artifactId>
745-
<groupId>org.yaml</groupId>
746-
</exclusion>
747-
<exclusion>
748-
<artifactId>Jenkins4J</artifactId>
749-
<groupId>com.github.Sauilitired</groupId>
750-
</exclusion>
751-
<exclusion>
752-
<artifactId>okhttp</artifactId>
753-
<groupId>com.squareup.okhttp3</groupId>
754-
</exclusion>
755-
<exclusion>
756-
<artifactId>okio</artifactId>
757-
<groupId>com.squareup.okio</groupId>
758-
</exclusion>
759-
<exclusion>
760-
<artifactId>kotlin-stdlib</artifactId>
761-
<groupId>org.jetbrains.kotlin</groupId>
762-
</exclusion>
763-
<exclusion>
764-
<artifactId>text-serializer-gson</artifactId>
765-
<groupId>net.kyori</groupId>
766-
</exclusion>
767-
<exclusion>
768-
<artifactId>gson</artifactId>
769-
<groupId>com.google.code.gson</groupId>
770-
</exclusion>
771-
<exclusion>
772-
<artifactId>lombok</artifactId>
773-
<groupId>org.projectlombok</groupId>
774-
</exclusion>
775-
</exclusions>
776-
</dependency>
706+
<!-- <dependency>-->
707+
<!-- <groupId>org.maxgamer.quickshop.integration</groupId>-->
708+
<!-- <artifactId>PlotSquared5</artifactId>-->
709+
<!-- <version>1.1</version>-->
710+
<!-- <exclusions>-->
711+
<!-- <exclusion>-->
712+
<!-- <groupId>*</groupId>-->
713+
<!-- <artifactId>*</artifactId>-->
714+
<!-- </exclusion>-->
715+
<!-- </exclusions>-->
716+
<!-- </dependency>-->
717+
<!-- &lt;!&ndash;PlotSquared 6 Core&ndash;&gt;-->
718+
<!-- <dependency>-->
719+
<!-- <groupId>com.plotsquared</groupId>-->
720+
<!-- <artifactId>PlotSquared-Core</artifactId>-->
721+
<!-- <version>6.0.8-SNAPSHOT</version>-->
722+
<!-- <scope>provided</scope>-->
723+
<!-- &lt;!&ndash;We just need the core jar&ndash;&gt;-->
724+
<!-- <exclusions>-->
725+
<!-- <exclusion>-->
726+
<!-- <groupId>*</groupId>-->
727+
<!-- <artifactId>*</artifactId>-->
728+
<!-- </exclusion>-->
729+
<!-- </exclusions>-->
730+
<!-- </dependency>-->
731+
<!-- &lt;!&ndash;PlotSquared 4&ndash;&gt;-->
732+
<!-- <dependency>-->
733+
<!-- <groupId>com.github.intellectualsite</groupId>-->
734+
<!-- <artifactId>PlotSquared4</artifactId>-->
735+
<!-- <version>4</version>-->
736+
<!-- <scope>system</scope>-->
737+
<!-- <systemPath>${project.basedir}/lib/PlotSquared4-Bukkit-4.4.jar</systemPath>-->
738+
<!-- <exclusions>-->
739+
<!-- <exclusion>-->
740+
<!-- <artifactId>worldedit-core</artifactId>-->
741+
<!-- <groupId>com.sk89q.worldedit</groupId>-->
742+
<!-- </exclusion>-->
743+
<!-- <exclusion>-->
744+
<!-- <artifactId>snakeyaml</artifactId>-->
745+
<!-- <groupId>org.yaml</groupId>-->
746+
<!-- </exclusion>-->
747+
<!-- <exclusion>-->
748+
<!-- <artifactId>Jenkins4J</artifactId>-->
749+
<!-- <groupId>com.github.Sauilitired</groupId>-->
750+
<!-- </exclusion>-->
751+
<!-- <exclusion>-->
752+
<!-- <artifactId>okhttp</artifactId>-->
753+
<!-- <groupId>com.squareup.okhttp3</groupId>-->
754+
<!-- </exclusion>-->
755+
<!-- <exclusion>-->
756+
<!-- <artifactId>okio</artifactId>-->
757+
<!-- <groupId>com.squareup.okio</groupId>-->
758+
<!-- </exclusion>-->
759+
<!-- <exclusion>-->
760+
<!-- <artifactId>kotlin-stdlib</artifactId>-->
761+
<!-- <groupId>org.jetbrains.kotlin</groupId>-->
762+
<!-- </exclusion>-->
763+
<!-- <exclusion>-->
764+
<!-- <artifactId>text-serializer-gson</artifactId>-->
765+
<!-- <groupId>net.kyori</groupId>-->
766+
<!-- </exclusion>-->
767+
<!-- <exclusion>-->
768+
<!-- <artifactId>gson</artifactId>-->
769+
<!-- <groupId>com.google.code.gson</groupId>-->
770+
<!-- </exclusion>-->
771+
<!-- <exclusion>-->
772+
<!-- <artifactId>lombok</artifactId>-->
773+
<!-- <groupId>org.projectlombok</groupId>-->
774+
<!-- </exclusion>-->
775+
<!-- </exclusions>-->
776+
<!-- </dependency>-->
777777
<dependency>
778778
<groupId>com.bekvon.bukkit.residence</groupId>
779779
<artifactId>Residence</artifactId>

0 commit comments

Comments
 (0)