diff options
Diffstat (limited to 'pdf-over-commons/pom.xml')
-rw-r--r-- | pdf-over-commons/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pdf-over-commons/pom.xml b/pdf-over-commons/pom.xml index 4757e939..1f9d34f2 100644 --- a/pdf-over-commons/pom.xml +++ b/pdf-over-commons/pom.xml @@ -16,6 +16,18 @@ <version>1.6.6</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.eclipse.swt</groupId> + <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId> + <version>4.20</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.eclipse.swt</groupId> + <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId> + <version>4.20</version> + <scope>compile</scope> + </dependency> </dependencies> |