Skip to content

Commit

Permalink
trenger ikke spekemat i modellen mer
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsteinsland committed Mar 20, 2024
1 parent 34c8951 commit 0c52c06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sykepenger-model/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
val jsonassertVersion = "1.5.0"
val spekematVersion = "2024.03.07-12.28-78550ee8"

dependencies {
// bruker "api" sånn at avhengigheten blir kopiert ut til konsumenter av denne modulen
Expand All @@ -13,7 +12,6 @@ dependencies {
testImplementation(kotlin("reflect"))
testImplementation(testFixtures(project(":sykepenger-utbetaling")))
testImplementation("org.skyscreamer:jsonassert:$jsonassertVersion")
testImplementation("com.github.navikt.spekemat:fabrikk:$spekematVersion")

testImplementation(project(":sykepenger-serde"))
implementation(libs.bundles.logging) {
Expand Down

0 comments on commit 0c52c06

Please sign in to comment.