added bootstrap webjar

This commit is contained in:
Athou
2014-03-03 11:33:44 +01:00
parent 840bc2ef7a
commit 464ac36ddb
8 changed files with 27 additions and 29 deletions

View File

@@ -398,6 +398,11 @@
<artifactId>jquery</artifactId>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery-mousewheel</artifactId>