Swicth to webjars for static sample

This commit is contained in:
Dave Syer
2014-01-17 09:59:13 +00:00
parent 559f907b54
commit aded7435b5
8 changed files with 15 additions and 36 deletions

View File

@@ -33,6 +33,16 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>2.0.3-1</version>
</dependency>
</dependencies>
<build>
<plugins>