Skip to content

Commit

Permalink
chore(core): replace runtime with runtimeOnly in kayenta-web.gradle (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy Louie authored and claymccoy committed Jun 4, 2019
1 parent aa905e3 commit fd8e438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kayenta-web/kayenta-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ dependencies {

implementation "org.springframework.boot:spring-boot-starter-actuator"
implementation "com.netflix.spinnaker.kork:kork-web"
runtime "com.netflix.spinnaker.kork:kork-secrets-aws"
runtimeOnly "com.netflix.spinnaker.kork:kork-secrets-aws"
}

0 comments on commit fd8e438

Please sign in to comment.