GUACAMOLE-470: Use NPM webjar for datalist-polyfill, as Webjars' "bowergithub" version is broken (missing version number in path causes sanity checks in WebjarsServlet to refuse to serve the file).

This commit is contained in:
Michael Jumper
2018-06-12 16:29:55 -07:00
parent 74230f005f
commit e5a8442a2a

View File

@@ -388,7 +388,7 @@
<!-- Polyfill for <datalist> element support --> <!-- Polyfill for <datalist> element support -->
<dependency> <dependency>
<groupId>org.webjars.bowergithub.mfranzke</groupId> <groupId>org.webjars.npm</groupId>
<artifactId>datalist-polyfill</artifactId> <artifactId>datalist-polyfill</artifactId>
<version>1.14.0</version> <version>1.14.0</version>
<scope>runtime</scope> <scope>runtime</scope>