Skip to content

Commit 63d5493

Browse files
committed
Merge pull request #23 from spinnaker/swagger-annotations-dependency
Add dependency on swagger-annotations (was previously transitive)
2 parents 99ff8ee + 5943241 commit 63d5493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kork-swagger/kork-swagger.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ dependencies {
22
compile spinnaker.dependency('bootAutoConfigure')
33
compile "io.springfox:springfox-swagger2:2.2.2"
44
compile "io.springfox:springfox-swagger-ui:2.2.2"
5+
compile "com.wordnik:swagger-annotations:1.3.13"
56
}

0 commit comments

Comments
 (0)