Browse Source

Add missing JQuery and Bootstrap dependencies

Fixes #531
pull/529/head
Andy Wilkinson 12 years ago
parent
commit
a20f8b4be0
  1. 2
      spring-boot-samples/spring-boot-sample-web-static/build.gradle

2
spring-boot-samples/spring-boot-sample-web-static/build.gradle

@ -36,6 +36,8 @@ configurations { @@ -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")
}

Loading…
Cancel
Save