mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Fixed non working SVG symbols on machines without JDK (see #4410)
This commit is contained in:
parent
7f319c2751
commit
b0a8967a3b
1 changed files with 12 additions and 3 deletions
|
|
@ -142,11 +142,20 @@
|
||||||
<version>1.2.4.1</version>
|
<version>1.2.4.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- svg support start -->
|
<!-- svg support start -->
|
||||||
|
<!--
|
||||||
|
for "SAX2 driver class org.apache.crimson.parser.XMLReaderImpl not found" error looks here:
|
||||||
|
https://stackoverflow.com/questions/714243/sax2-driver-class-org-apache-crimson-parser-xmlreaderimpl-not-found-when-using
|
||||||
|
-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>batik</groupId>
|
<groupId>batik</groupId>
|
||||||
<artifactId>batik-transcoder</artifactId>
|
<artifactId>batik-transcoder</artifactId>
|
||||||
<version>1.6-1</version>
|
<version>1.6-1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>crimson</groupId>
|
||||||
|
<artifactId>crimson</artifactId>
|
||||||
|
<version>1.1.3</version>
|
||||||
|
</dependency>
|
||||||
<!-- svg support end -->
|
<!-- svg support end -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ocpsoft.prettytime</groupId>
|
<groupId>org.ocpsoft.prettytime</groupId>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue