Skip to content

Commit

Permalink
chore(dependencies): replace kork dependencies with kork-runtime (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfieber committed Jul 8, 2020
1 parent 7403652 commit 741fe7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions front50-web/front50-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ dependencies {
implementation "com.netflix.spinnaker.fiat:fiat-core:$fiatVersion"
implementation "com.netflix.spinnaker.kork:kork-artifacts"
implementation "com.netflix.spinnaker.kork:kork-web"
implementation "com.netflix.spinnaker.kork:kork-stackdriver"
implementation "com.netflix.spinnaker.kork:kork-exceptions"
implementation "com.netflix.spinnaker.kork:kork-swagger"
implementation "com.netflix.spinnaker.kork:kork-core"
implementation "com.squareup.retrofit:converter-jackson"
runtimeOnly "com.netflix.spinnaker.kork:kork-secrets-aws"
runtimeOnly "com.netflix.spinnaker.kork:kork-secrets-gcp"
implementation "commons-codec:commons-codec"

runtimeOnly "com.netflix.spinnaker.kork:kork-runtime"

testImplementation project(":front50-test")
testImplementation project(":front50-s3")
testImplementation "io.reactivex:rxjava"
testImplementation "com.amazonaws:aws-java-sdk-s3"

// Add each included cloud provider project as a runtime dependency
Expand Down

0 comments on commit 741fe7d

Please sign in to comment.