We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ae9b6 commit e949306Copy full SHA for e949306
modules/RoyalCommands/pom.xml
@@ -235,6 +235,7 @@
235
<groupId>com.griefcraft</groupId>
236
<artifactId>lwc</artifactId>
237
<version>2.4.0</version>
238
+ <scope>provided</scope>
239
</dependency>
240
<dependency>
241
<groupId>org.junit.jupiter</groupId>
@@ -246,6 +247,7 @@
246
247
<groupId>me.clip</groupId>
248
<artifactId>placeholderapi</artifactId>
249
<version>2.11.6</version>
250
251
252
253
<groupId>org.mockito</groupId>
@@ -257,6 +259,7 @@
257
259
<groupId>net.dmulloy2</groupId>
258
260
<artifactId>ProtocolLib</artifactId>
261
<version>5.4.0</version>
262
263
264
265
<groupId>org.reflections</groupId>
0 commit comments