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 3e25e52 commit 247a3d6Copy full SHA for 247a3d6
build.gradle.kts
@@ -29,6 +29,7 @@ repositories {
29
}
30
31
dependencies {
32
+ implementation(libs.gson)
33
implementation(libs.jacamo)
34
implementation(libs.kafka.clients)
35
implementation(libs.kafka.json)
gradle/libs.versions.toml
@@ -2,6 +2,7 @@
2
junit = "5.9.2"
3
4
[libraries]
5
+gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
6
jacamo = { module = "org.jacamo:jacamo", version = "1.1" }
7
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
8
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
0 commit comments