Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
readd snakeyaml as provided dependency
Dieser Commit ist enthalten in:
Ursprung
18bde6ee37
Commit
acd79fc661
8
pom.xml
8
pom.xml
@ -141,6 +141,14 @@
|
||||
<version>5.3.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Snake YAML -->
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>1.18</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren