Skip to content

Commit

Permalink
chore(dependencies): replace kork dependencies with kork-runtime (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfieber committed Jul 9, 2020
1 parent d26892c commit 4a617eb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions fiat-web/fiat-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,18 @@ dependencies {
implementation "com.squareup.okhttp:okhttp-urlconnection"
implementation "com.squareup.okhttp:okhttp-apache"
implementation "com.jakewharton.retrofit:retrofit1-okhttp3-client"
implementation "com.google.guava:guava"

implementation "org.springframework.boot:spring-boot-properties-migrator"
implementation "org.springframework.boot:spring-boot-starter-actuator"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "com.netflix.spinnaker.kork:kork-core"
implementation "com.netflix.spinnaker.kork:kork-plugins"
implementation "com.netflix.spinnaker.kork:kork-web"
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 "io.swagger:swagger-annotations"
implementation "net.logstash.logback:logstash-logback-encoder"

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

implementation project(':fiat-core')
implementation project(':fiat-roles')

Expand Down

0 comments on commit 4a617eb

Please sign in to comment.