Skip to content

Commit

Permalink
fix(dependencies): depend on only swagger-annotations for compile (sp…
Browse files Browse the repository at this point in the history
…innaker#672)

kork-runtime brings in kork-swagger for the runtime component configuration
  • Loading branch information
cfieber authored and opsmxyuga22 committed Sep 15, 2020
1 parent aaa2e56 commit 08536c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosco-web/rosco-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ configurations.all {
dependencies {
compile project(":rosco-core")
compile project(":rosco-manifests")
implementation "com.netflix.spinnaker.kork:kork-swagger"
implementation "com.netflix.spinnaker.kork:kork-web"
implementation "io.swagger:swagger-annotations"

implementation "org.codehaus.groovy:groovy-all"
implementation "com.netflix.spinnaker.kork:kork-artifacts"
Expand Down

0 comments on commit 08536c9

Please sign in to comment.