Skip to content

Commit

Permalink
Add snakeyaml back
Browse files Browse the repository at this point in the history
  • Loading branch information
games647 committed May 3, 2024
1 parent 8e35c5d commit d58ef6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:

- name: Update dependency graph
if: ${{ github.event_name == 'push' }}
uses: advanced-security/[email protected].2
uses: advanced-security/[email protected].3
9 changes: 8 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d58ef6b

Please sign in to comment.