diff --git a/backend/build.gradle b/backend/build.gradle index 2ffd807f7..e6cf12818 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -99,6 +99,7 @@ dependencies { //Swagger compile 'io.springfox:springfox-swagger2:2.9.2' + compile 'io.springfox:springfox-swagger-ui:2.9.2' testCompile "org.springframework.boot:spring-boot-starter-test" testCompile "org.spockframework:spock-core:1.1-groovy-2.4" @@ -206,4 +207,4 @@ jacocoTestReport { csv.enabled = false html.destination = file("${buildDir}/jacocoHtml") } -} \ No newline at end of file +}