Skip to content

Commit

Permalink
Merge pull request #23 from spinnaker/swagger-annotations-dependency
Browse files Browse the repository at this point in the history
Add dependency on swagger-annotations (was previously transitive)
  • Loading branch information
ajordens committed Nov 23, 2015
2 parents 99ff8ee + 5943241 commit 63d5493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kork-swagger/kork-swagger.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ dependencies {
compile spinnaker.dependency('bootAutoConfigure')
compile "io.springfox:springfox-swagger2:2.2.2"
compile "io.springfox:springfox-swagger-ui:2.2.2"
compile "com.wordnik:swagger-annotations:1.3.13"
}

0 comments on commit 63d5493

Please sign in to comment.