summaryrefslogtreecommitdiff
path: root/trunk/pdf-over-gui/pom.xml
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2012-10-17 18:20:56 +0200
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2012-10-17 18:20:56 +0200
commit5fd76c5831e7e6f4c36119ec142fd1f0b3adcc4c (patch)
tree6c622ffeeaea0fa863be33ddb71b71a9ed9e95c0 /trunk/pdf-over-gui/pom.xml
parentcef71ca55f22c6b11d5d09eefb1b900c0d2bf9ea (diff)
downloadpdf-over-5fd76c5831e7e6f4c36119ec142fd1f0b3adcc4c.tar.gz
pdf-over-5fd76c5831e7e6f4c36119ec142fd1f0b3adcc4c.tar.bz2
pdf-over-5fd76c5831e7e6f4c36119ec142fd1f0b3adcc4c.zip
Add commons-io (for FilenameUtils)
Diffstat (limited to 'trunk/pdf-over-gui/pom.xml')
-rw-r--r--trunk/pdf-over-gui/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/trunk/pdf-over-gui/pom.xml b/trunk/pdf-over-gui/pom.xml
index d08d48ef..ef3b745e 100644
--- a/trunk/pdf-over-gui/pom.xml
+++ b/trunk/pdf-over-gui/pom.xml
@@ -41,6 +41,10 @@
<artifactId>commons-httpclient</artifactId>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.icepdf</groupId>
<artifactId>icepdf-core</artifactId>
</dependency>