Remove Image export support. It will be moved to the front end.

This commit is contained in:
Paulo Gustavo Veiga
2021-12-31 09:13:07 -08:00
parent ac7fd7e706
commit 71fefdd8c6
62 changed files with 4 additions and 30690 deletions

View File

@@ -200,23 +200,6 @@
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-transcoder</artifactId>
<version>1.10</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-codec</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>