Skip to content

Commit 602e5ce

Browse files
committed
fix
1 parent 873e24e commit 602e5ce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bukkit/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,16 @@
2222
<dependencies>
2323
<dependency>
2424
<groupId>org.spigotmc</groupId>
25-
<artifactId>spigot</artifactId>
25+
<artifactId>spigot-api</artifactId>
2626
<version>1.16.1-R0.1-SNAPSHOT</version>
2727
<scope>provided</scope>
2828
</dependency>
29+
<dependency>
30+
<groupId>org.apache.commons</groupId>
31+
<artifactId>commons-lang3</artifactId>
32+
<version>3.0</version>
33+
<scope>provided</scope>
34+
</dependency>
2935
<dependency>
3036
<groupId>io.github.shiryu.commands</groupId>
3137
<artifactId>api</artifactId>

0 commit comments

Comments
 (0)