We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6f6fc commit 57df0d3Copy full SHA for 57df0d3
build.gradle.kts
@@ -27,6 +27,7 @@ repositories {
27
28
dependencies {
29
implementation(libs.jacamo)
30
+ implementation(libs.snakeyaml)
31
testImplementation(libs.junit.api)
32
testRuntimeOnly(libs.junit.engine)
33
}
gradle/libs.versions.toml
@@ -5,6 +5,7 @@ junit = "5.9.2"
5
jacamo = { module = "org.jacamo:jacamo", version = "1.1" }
6
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
7
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
8
+snakeyaml = { module = "org.yaml:snakeyaml", version = "1.21" }
9
10
[bundles]
11
0 commit comments