Skip to content

Commit

Permalink
Fjern tilgang-modul
Browse files Browse the repository at this point in the history
Det finnes et bibliotek som erstatter det modulen var tiltenkt å inneholde
  • Loading branch information
matiasvinjevoll committed Sep 19, 2024
1 parent ab21a6f commit 4f9b74d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies {

implementation("no.nav.aap.kelvin:httpklient:$komponenterVersjon")
implementation("no.nav.aap.kelvin:dbmigrering:$komponenterVersjon")
implementation(project(":tilgang"))
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("org.flywaydb:flyway-database-postgresql:10.18.0")
runtimeOnly("org.postgresql:postgresql:42.7.4")
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ rootProject.name = "brev"

include(
"app",
"tilgang",
"lib-test",
)
27 changes: 0 additions & 27 deletions tilgang/build.gradle.kts

This file was deleted.

0 comments on commit 4f9b74d

Please sign in to comment.