Fix StringIndexOutOfBounds errors thrown by DWR/YUI

This commit is contained in:
François-Xavier Thomas
2019-03-28 22:08:26 +01:00
parent e330eeb864
commit bcc5f8d7a6
+9
View File
@@ -232,6 +232,15 @@
<artifactId>yuicompressor</artifactId>
<version>2.4.8</version>
<scope>runtime</scope>
<!-- Necessary to avoid StringIndexOutOfBoundsException when running as a JAR -->
<!-- See: https://github.com/yui/yuicompressor/issues/161 -->
<!-- See also: https://stackoverflow.com/questions/8429095 -->
<exclusions>
<exclusion>
<artifactId>js</artifactId>
<groupId>rhino</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>