Skip to content

Commit

Permalink
refactor(core): Clean up dependencies (spinnaker#589)
Browse files Browse the repository at this point in the history
In preparation for a kork bump that will change some dependencies
from api to implementation, add explicit dependencies where
required.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and opsmxyuga22 committed Sep 15, 2020
1 parent 405e41a commit 42e8ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ allprojects {
group = "com.netflix.spinnaker.rosco"

if (name != "rosco-bom") {
apply plugin: 'java-library'
apply plugin: "groovy"

dependencies {
Expand Down
4 changes: 3 additions & 1 deletion rosco-core/rosco-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ dependencies {
compileOnly "org.projectlombok:lombok"
annotationProcessor "org.projectlombok:lombok"

api "com.netflix.spinnaker.kork:kork-artifacts"
api "org.codehaus.groovy:groovy"

implementation "com.netflix.frigga:frigga"
implementation "com.netflix.spinnaker.kork:kork-artifacts"
implementation "com.netflix.spinnaker.kork:kork-jedis"
implementation "com.netflix.spinnaker.kork:kork-swagger"
implementation "com.netflix.spinnaker.kork:kork-web"
Expand Down

0 comments on commit 42e8ea0

Please sign in to comment.