Upgrade Spring Boot to 2.0.0.RELEASE

Closes gh-1007
This commit is contained in:
Vedran Pavic
2018-03-08 12:23:56 +01:00
parent a7a30dad30
commit edc8a7efff
12 changed files with 20 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ dependencies {
compile "org.webjars:knockout"
compile "org.webjars:sockjs-client"
compile "org.webjars:stomp-websocket"
compile "org.webjars:webjars-locator"
compile "org.webjars:webjars-locator-core"
compile "com.h2database:h2"
testCompile "org.springframework.boot:spring-boot-starter-test"