* UI: added SVG icons support on x64 linux systems (see #4421, must cleanup xmage\mage-client\lib folder);

This commit is contained in:
Oleg Agafonov 2018-02-24 19:52:25 +04:00
parent 3d372e7100
commit 8238139192

View file

@ -147,14 +147,9 @@
https://stackoverflow.com/questions/714243/sax2-driver-class-org-apache-crimson-parser-xmlreaderimpl-not-found-when-using
-->
<dependency>
<groupId>batik</groupId>
<artifactId>batik-transcoder</artifactId>
<version>1.6-1</version>
</dependency>
<dependency>
<groupId>crimson</groupId>
<artifactId>crimson</artifactId>
<version>1.1.3</version>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-transcoder</artifactId>
<version>1.7</version>
</dependency>
<!-- svg support end -->
<dependency>