Downgrade SnakeYAML due to issues with comments parsing

This commit is contained in:
md_5 2021-06-11 21:13:38 +10:00
parent 00982f3620
commit b7935d4b14
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.29</version>
<version>1.28</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@ -29,7 +29,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.29</version>
<version>1.28</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>