diff options
Diffstat (limited to 'trunk/pdf-over-gui/pom.xml')
-rw-r--r-- | trunk/pdf-over-gui/pom.xml | 6 |
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> |