This commit is contained in:
Brage 2024-01-13 13:48:06 +01:00
parent fb1d090120
commit f6f5ce4687

View File

@ -35,7 +35,6 @@ dependencies {
implementation("org.jetbrains.exposed:exposed-jdbc:$exposedVersion")
implementation("org.jetbrains.exposed:exposed-java-time:$exposedVersion")
implementation ("mysql:mysql-connector-java:8.0.29")
implementation(project(mapOf("path" to ":shared:kafka")))
testImplementation(platform("org.junit:junit-bom:5.9.1"))