Fix image export

This commit is contained in:
Paulo Gustavo Veiga
2012-06-20 17:48:29 -03:00
parent cfe78bdf7e
commit 509a31a4ed
8 changed files with 234 additions and 9 deletions

View File

@@ -212,6 +212,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-codec</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>