Add missing JQuery and Bootstrap dependencies

Fixes #531
This commit is contained in:
Andy Wilkinson 2014-03-19 11:42:01 +00:00
parent e90bc49988
commit a20f8b4be0
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ configurations {
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
compile("org.webjars:bootstrap:3.0.3")
compile("org.webjars:jquery:2.0.3-1")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
testCompile("org.springframework.boot:spring-boot-starter-test")
}