Skip to content

Commit

Permalink
Replace org.spigotmc.spigot to org.bukkit.craftbukkit dependency for …
Browse files Browse the repository at this point in the history
…Mojang Account shadowing.

Spigot close their server-side code.
  • Loading branch information
BONNe committed May 28, 2019
1 parent deab2d3 commit 66351b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>${spigot.version}</version>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 66351b5

Please sign in to comment.