Commit a20f8b4b authored by Andy Wilkinson's avatar Andy Wilkinson

Add missing JQuery and Bootstrap dependencies

Fixes #531
parent e90bc499
......@@ -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")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment