Skip to content

Commit

Permalink
chore(dependencies): replace kork dependencies with kork-runtime (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfieber committed Jul 8, 2020
1 parent 6e76591 commit cf0c916
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gate-web/gate-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ dependencies {
implementation "com.netflix.spinnaker.fiat:fiat-core:$fiatVersion"
implementation "com.netflix.spinnaker.fiat:fiat-api:$fiatVersion"

implementation "com.netflix.spinnaker.kork:kork-core"
implementation "com.netflix.spinnaker.kork:kork-plugins"
implementation "com.netflix.spinnaker.kork:kork-secrets-aws"
implementation "com.netflix.spinnaker.kork:kork-secrets-gcp"
implementation "com.netflix.spinnaker.kork:kork-stackdriver"
implementation "com.netflix.spinnaker.kork:kork-swagger"
implementation "com.netflix.spinnaker.kork:kork-web"
implementation "com.netflix.frigga:frigga"
Expand All @@ -59,6 +55,9 @@ dependencies {

implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:7.0.1"
implementation "com.graphql-java-kickstart:graphql-java-tools:6.0.2"

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

testImplementation "com.graphql-java-kickstart:graphql-spring-boot-starter-test:7.0.1"

testImplementation project(":gate-ldap") // TODO: Move system tests to own module
Expand Down

0 comments on commit cf0c916

Please sign in to comment.