1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-29 00:17:51 +00:00

Closes #59: Use TwelveMonkeys' ImageIO plugin for JPEG

This commit is contained in:
jendib
2016-01-24 15:44:40 +01:00
parent 456fc5b991
commit 3172a5f216
9 changed files with 84 additions and 118 deletions

View File

@@ -83,6 +83,11 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.servlet</groupId>
<artifactId>servlet</artifactId>
</dependency>
<!-- Test dependencies -->
<dependency>