We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac1076 commit 8abeff6Copy full SHA for 8abeff6
1 file changed
pom.xml
@@ -17,21 +17,25 @@
17
<groupId>org.spigotmc</groupId>
18
<artifactId>spigot-api</artifactId>
19
<version>1.20.4-R0.1-SNAPSHOT</version>
20
+ <scope>provided</scope>
21
</dependency>
22
<dependency>
23
<groupId>org.jetbrains</groupId>
24
<artifactId>annotations</artifactId>
25
<version>24.1.0</version>
26
27
28
29
<groupId>dev.dejvokep</groupId>
30
<artifactId>boosted-yaml</artifactId>
31
<version>1.3.4</version>
32
33
34
35
<groupId>org.projectlombok</groupId>
36
<artifactId>lombok</artifactId>
37
<version>1.18.32</version>
38
39
40
</dependencies>
41
0 commit comments