Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 5, 2018
2 parents ce9c7e8 + f66cbee commit 79fd205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -206,4 +207,4 @@ jacocoTestReport {
csv.enabled = false
html.destination = file("${buildDir}/jacocoHtml")
}
}
}

0 comments on commit 79fd205

Please sign in to comment.