We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de151af commit b3765deCopy full SHA for b3765de
pom.xml
@@ -84,12 +84,11 @@
84
<version>3.0-SNAPSHOT</version>
85
</dependency>
86
<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>
+ <groupId>org.bukkit</groupId>
+ <artifactId>bukkit</artifactId>
+ <version>1.14.4-R0.1-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
93
94
<groupId>com.sk89q.worldguard</groupId>
95
<artifactId>worldguard-bukkit</artifactId>
0 commit comments