Bootstrap WebJar as Maven dependency

Let's add this to the pom.xml file:

    <dependency> 
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>3.3.6</version>
</dependency>