Upgrade to HAL Browser 9f96c74

Closes gh-3880
This commit is contained in:
Andy Wilkinson 2015-09-02 16:57:32 +01:00
parent 26d2e62627
commit 1f202e3e47
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ public class ActuatorHalBrowserEndpoint extends ActuatorHalJsonEndpoint implemen
new HalBrowserLocation("classpath:/META-INF/spring-data-rest/hal-browser/",
"index.html"),
new HalBrowserLocation(
"classpath:/META-INF/resources/webjars/hal-browser/b7669f1-1/",
"classpath:/META-INF/resources/webjars/hal-browser/9f96c74/",
"browser.html") };
private HalBrowserLocation location;

View File

@ -156,7 +156,7 @@
<undertow.version>1.2.11.Final</undertow.version>
<velocity.version>1.7</velocity.version>
<velocity-tools.version>2.0</velocity-tools.version>
<webjars-hal-browser.version>b7669f1-1</webjars-hal-browser.version>
<webjars-hal-browser.version>9f96c74</webjars-hal-browser.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
</properties>
<prerequisites>