Skip to content

Commit b3765de

Browse files
committed
Changed TeamWuffy's Spigot dependency back to a Bukkit dependency
1 parent de151af commit b3765de

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,11 @@
8484
<version>3.0-SNAPSHOT</version>
8585
</dependency>
8686
<dependency>
87-
<groupId>org.spigotmc</groupId>
88-
<artifactId>spigot</artifactId>
89-
<version>1.14.4-R0.1-SNAPSHOT</version>
90-
<type>jar</type>
91-
<scope>provided</scope>
92-
</dependency>
87+
<groupId>org.bukkit</groupId>
88+
<artifactId>bukkit</artifactId>
89+
<version>1.14.4-R0.1-SNAPSHOT</version>
90+
<scope>provided</scope>
91+
</dependency>
9392
<dependency>
9493
<groupId>com.sk89q.worldguard</groupId>
9594
<artifactId>worldguard-bukkit</artifactId>

0 commit comments

Comments
 (0)