Skip to content

Commit

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

kork-runtime brings in kork-swagger for the runtime component configuration
  • Loading branch information
cfieber committed Jul 9, 2020
1 parent 48daebd commit 90a9518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clouddriver-web/clouddriver-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ dependencies {
implementation "com.netflix.spinnaker.fiat:fiat-core:$fiatVersion"
implementation "com.netflix.spinnaker.kork:kork-artifacts"
implementation "com.netflix.spinnaker.kork:kork-config"
implementation "com.netflix.spinnaker.kork:kork-swagger"
implementation "com.netflix.spinnaker.kork:kork-web"
implementation("com.netflix.spinnaker.kork:kork-plugins")
implementation "com.netflix.spinnaker.moniker:moniker"
implementation "commons-io:commons-io"
implementation "io.swagger:swagger-annotations"
implementation "org.codehaus.groovy:groovy-all"
implementation "org.slf4j:slf4j-api"
implementation "org.springframework.boot:spring-boot-starter-actuator"
Expand Down

0 comments on commit 90a9518

Please sign in to comment.