summaryrefslogtreecommitdiff
path: root/trunk/pdf-over-gui/pom.xml
diff options
context:
space:
mode:
authortkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459>2012-10-31 16:36:34 +0000
committertkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459>2012-10-31 16:36:34 +0000
commit6e3760b19b64b9e00a641a5c6b32d369a895a23b (patch)
tree5311ba193b3d4a416362d06b8161ea2940507d05 /trunk/pdf-over-gui/pom.xml
parent154dca062a6ee705841e8b2c8c5f980e3e8c6483 (diff)
downloadpdf-over-6e3760b19b64b9e00a641a5c6b32d369a895a23b.tar.gz
pdf-over-6e3760b19b64b9e00a641a5c6b32d369a895a23b.tar.bz2
pdf-over-6e3760b19b64b9e00a641a5c6b32d369a895a23b.zip
Replace ICEPdf with PDFRenderer
git-svn-id: https://svn.iaik.tugraz.at/svn/egiz/prj/current/12PDF-OVER-4.0@12693 3a0b52a2-8410-0410-bc02-ff6273a87459
Diffstat (limited to 'trunk/pdf-over-gui/pom.xml')
-rw-r--r--trunk/pdf-over-gui/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/trunk/pdf-over-gui/pom.xml b/trunk/pdf-over-gui/pom.xml
index 115e18f1..ed62a5a5 100644
--- a/trunk/pdf-over-gui/pom.xml
+++ b/trunk/pdf-over-gui/pom.xml
@@ -45,8 +45,8 @@
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
- <groupId>org.icepdf</groupId>
- <artifactId>icepdf-core</artifactId>
+ <groupId>com.sun</groupId>
+ <artifactId>pdfview</artifactId>
</dependency>
</dependencies>
@@ -323,4 +323,4 @@
</pluginRepository>
</pluginRepositories>
-</project> \ No newline at end of file
+</project>