mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Disable spongeapi dependency
This commit is contained in:
parent
a872bd0f61
commit
e3b5ca14be
5
pom.xml
5
pom.xml
@ -195,6 +195,7 @@
|
||||
<url>http://hub.spigotmc.org/nexus/content/groups/public/</url>
|
||||
</repository>
|
||||
|
||||
<!--
|
||||
<repository>
|
||||
<id>sponge-maven-repo</id>
|
||||
<url>http://repo.spongepowered.org/maven</url>
|
||||
@ -205,6 +206,7 @@
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
-->
|
||||
|
||||
<repository>
|
||||
<id>sk89q</id>
|
||||
@ -242,7 +244,7 @@
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- Sponge API -->
|
||||
<!-- Sponge API
|
||||
<dependency>
|
||||
<groupId>org.spongepowered</groupId>
|
||||
<artifactId>spongeapi</artifactId>
|
||||
@ -256,6 +258,7 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.websocket</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user