Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikg committed Sep 26, 2023
1 parent 717aee9 commit 01e1262
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/etterlatte-proxy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("etterlatte.common")
}

val cxfVersion = "4.0.0"
val cxfVersion = "4.0.2"

repositories {
maven("https://jitpack.io")
Expand All @@ -12,6 +12,10 @@ repositories {
maven("https://build.shibboleth.net/maven/releases/")
}

configurations.all {
exclude(group = "org.eclipse.angus", module ="angus-activation")
}

dependencies {
implementation(Ktor.ServerAuth)
implementation(Ktor.ClientCore)
Expand Down

0 comments on commit 01e1262

Please sign in to comment.