Removed Yaml dependency.

This commit is contained in:
JesseBrault0709 2023-01-06 19:32:39 -06:00
parent 238fb12a37
commit 8f1bf081e4

View File

@ -13,9 +13,6 @@ dependencies {
// https://mvnrepository.com/artifact/org.apache.groovy/groovy-templates
implementation 'org.apache.groovy:groovy-templates:4.0.7'
// https://mvnrepository.com/artifact/org.apache.groovy/groovy-yaml
implementation 'org.apache.groovy:groovy-yaml:4.0.7'
// https://mvnrepository.com/artifact/org.commonmark/commonmark
implementation 'org.commonmark:commonmark:0.21.0'