#87 - Switched to version-less WebJARs after recent additions in Spring Framework.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<spring.version>4.2.0.BUILD-SNAPSHOT</spring.version>
|
||||
<spring-hateoas.version>0.18.0.BUILD-SNAPSHOT</spring-hateoas.version>
|
||||
</properties>
|
||||
|
||||
@@ -69,6 +70,13 @@
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>webjars-locator</artifactId>
|
||||
<version>0.22</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="stylesheet" href="/webjars/bootstrap/3.3.4/css/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" href="/webjars/bootstrap/css/bootstrap.min.css"/>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
@@ -97,13 +97,13 @@
|
||||
</div>
|
||||
|
||||
<script type="text/javascript"
|
||||
src="/webjars/jquery/2.1.3/jquery.min.js"></script>
|
||||
src="/webjars/jquery/jquery.min.js"></script>
|
||||
|
||||
<script type="text/javascript"
|
||||
src="/webjars/bootstrap/3.3.4/js/bootstrap.min.js"></script>
|
||||
src="/webjars/bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script type="text/javascript"
|
||||
src="/webjars/URI.js/1.14.1/URI.min.js"></script>
|
||||
src="/webjars/URI.js/URI.min.js"></script>
|
||||
|
||||
<script type="text/javascript"
|
||||
src="//maps.google.com/maps/api/js?sensor=false"></script>
|
||||
|
||||
Reference in New Issue
Block a user