Skip to content

Commit 8abeff6

Browse files
Update pom.xml
1 parent 7ac1076 commit 8abeff6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,25 @@
1717
<groupId>org.spigotmc</groupId>
1818
<artifactId>spigot-api</artifactId>
1919
<version>1.20.4-R0.1-SNAPSHOT</version>
20+
<scope>provided</scope>
2021
</dependency>
2122
<dependency>
2223
<groupId>org.jetbrains</groupId>
2324
<artifactId>annotations</artifactId>
2425
<version>24.1.0</version>
26+
<scope>provided</scope>
2527
</dependency>
2628
<dependency>
2729
<groupId>dev.dejvokep</groupId>
2830
<artifactId>boosted-yaml</artifactId>
2931
<version>1.3.4</version>
32+
<scope>provided</scope>
3033
</dependency>
3134
<dependency>
3235
<groupId>org.projectlombok</groupId>
3336
<artifactId>lombok</artifactId>
3437
<version>1.18.32</version>
38+
<scope>provided</scope>
3539
</dependency>
3640
</dependencies>
3741

0 commit comments

Comments
 (0)