Skip to content

Commit 1f438e7

Browse files
committed
Exclude unavailable Velocity Brigadier snapshot
1 parent c6c9f5b commit 1f438e7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

AdvancedCore/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@
197197
<artifactId>spigot-api</artifactId>
198198
<version>26.2-R0.1-SNAPSHOT</version>
199199
<scope>provided</scope>
200+
<exclusions>
201+
<exclusion>
202+
<groupId>com.velocitypowered</groupId>
203+
<artifactId>velocity-brigadier</artifactId>
204+
</exclusion>
205+
</exclusions>
200206
</dependency>
201207
<dependency>
202208
<groupId>net.milkbowl</groupId>

0 commit comments

Comments
 (0)