Skip to content

Commit

Permalink
oppgraderer ktor i bekreftelse-min-side-oppgaver
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkittilsen committed Dec 18, 2024
1 parent 8c81d3c commit 8d65b76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/bekreftelse-min-side-oppgaver/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm")
Expand All @@ -14,7 +13,7 @@ dependencies {
implementation(project(":lib:hoplite-config"))
implementation(project(":lib:kafka-streams"))
implementation(project(":domain:bekreftelse-interne-hendelser"))
implementation(project(":lib:error-handling"))
implementation(project(":lib:error-handling-ktor3"))
implementation(project(":domain:main-avro-schema"))
implementation(libs.jackson.datatypeJsr310)
implementation(libs.jackson.kotlin)
Expand All @@ -27,12 +26,12 @@ dependencies {
implementation(libs.kafka.streams.core)
implementation(libs.avro.core)
implementation(libs.avro.kafkaStreamsSerde)
implementation(libs.bundles.ktorServerWithNettyAndMicrometer)
implementation(libs.bundles.ktor3ServerWithNettyAndMicrometer)
implementation(libs.micrometer.registryPrometheus)
implementation("no.nav.tms.varsel:kotlin-builder:1.1.0")
testImplementation(libs.kafka.streams.test)
testImplementation(libs.bundles.testLibsWithUnitTesting)
testImplementation(project(":lib:kafka-key-generator-client"))
testImplementation(project(":lib:kafka-key-generator-client-ktor3"))
testImplementation(project(":test:test-data-lib"))
}

Expand Down

0 comments on commit 8d65b76

Please sign in to comment.