Add snakeyaml back

This commit is contained in:
games647
2024-05-03 11:18:15 +02:00
parent 8e35c5df90
commit d58ef6b0a1
2 changed files with 9 additions and 2 deletions

View File

@ -44,4 +44,4 @@ jobs:
- name: Update dependency graph
if: ${{ github.event_name == 'push' }}
uses: advanced-security/maven-dependency-submission-action@v4.0.2
uses: advanced-security/maven-dependency-submission-action@v4.0.3

View File

@ -145,13 +145,20 @@
<version>2.0.13</version>
</dependency>
<!-- snakeyaml is present in Bungee, Spigot, Cauldron, so we could use this independent implementation -->
<!-- snakeyaml is present in Bungee, Spigot, so we could use this independent implementation -->
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-config</artifactId>
<version>1.20-R0.2-SNAPSHOT</version>
</dependency>
<!-- This is optional in BungeeCord-config, so we include it here manually -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>
<!--Floodgate for Xbox Live Authentication-->
<dependency>
<groupId>org.geysermc.floodgate</groupId>