mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
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:
@@ -388,7 +388,7 @@
|
||||
|
||||
<!-- Polyfill for <datalist> element support -->
|
||||
<dependency>
|
||||
<groupId>org.webjars.bowergithub.mfranzke</groupId>
|
||||
<groupId>org.webjars.npm</groupId>
|
||||
<artifactId>datalist-polyfill</artifactId>
|
||||
<version>1.14.0</version>
|
||||
<scope>runtime</scope>
|
||||
|
Reference in New Issue
Block a user