Skip to content

Commit

Permalink
chore(swagger): Upgrade swagger libraries to ones that don't produce …
Browse files Browse the repository at this point in the history
…crappy HTML (#83)
  • Loading branch information
Travis Tomsu authored Jun 7, 2017
1 parent 06f15cd commit 6d1cb51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kork-swagger/kork-swagger.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,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"
compile "io.springfox:springfox-swagger2:2.7.0"
compile "io.springfox:springfox-swagger-ui:2.7.0"
}

0 comments on commit 6d1cb51

Please sign in to comment.