Skip to content

Commit

Permalink
Legg til maskinporten client som en avhengighet
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusae committed Dec 4, 2024
1 parent 2ef6413 commit 2af8f55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lps-client-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@ application {
}

repositories {
val githubPassword: String by project

mavenCentral()

maven {
setUrl("https://maven.pkg.github.com/navikt/*")
credentials {
username = "x-access-token"
password = githubPassword
}
}
}

publishing {
Expand Down Expand Up @@ -50,6 +60,8 @@ dependencies {
implementation("org.bouncycastle:bcprov-jdk15on:1.70")
implementation("io.ktor:ktor-server-cors-jvm:2.3.12")

implementation("no.nav.helsearbeidsgiver:maskinporten-client:0.1.9")

testImplementation("io.ktor:ktor-server-test-host-jvm")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
}
Expand Down

0 comments on commit 2af8f55

Please sign in to comment.