From 8f1bf081e4d8b8a0ad2c7e1277df646fcfa88c4a Mon Sep 17 00:00:00 2001 From: JesseBrault0709 <62299747+JesseBrault0709@users.noreply.github.com> Date: Fri, 6 Jan 2023 19:32:39 -0600 Subject: [PATCH] Removed Yaml dependency. --- lib/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 28ddd73..0949c23 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -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'