Skip to content

Commit

Permalink
Add postgres implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
AudunSorheim committed Dec 7, 2023
1 parent 86d3942 commit b69efe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("io.micrometer:micrometer-registry-prometheus")
implementation("org.postgresql:postgresql")
implementation("org.flywaydb:flyway-core")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("no.nav.security:token-client-spring:$tokenSupportVersion")
Expand Down

0 comments on commit b69efe6

Please sign in to comment.