Skip to content

Commit e949306

Browse files
committed
Updated: Mark third party plugins as provided
1 parent 32ae9b6 commit e949306

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/RoyalCommands/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
<groupId>com.griefcraft</groupId>
236236
<artifactId>lwc</artifactId>
237237
<version>2.4.0</version>
238+
<scope>provided</scope>
238239
</dependency>
239240
<dependency>
240241
<groupId>org.junit.jupiter</groupId>
@@ -246,6 +247,7 @@
246247
<groupId>me.clip</groupId>
247248
<artifactId>placeholderapi</artifactId>
248249
<version>2.11.6</version>
250+
<scope>provided</scope>
249251
</dependency>
250252
<dependency>
251253
<groupId>org.mockito</groupId>
@@ -257,6 +259,7 @@
257259
<groupId>net.dmulloy2</groupId>
258260
<artifactId>ProtocolLib</artifactId>
259261
<version>5.4.0</version>
262+
<scope>provided</scope>
260263
</dependency>
261264
<dependency>
262265
<groupId>org.reflections</groupId>

0 commit comments

Comments
 (0)