aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/build.gradle')
-rw-r--r--pdf-as-web/build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle
index 42925721..d85fec38 100644
--- a/pdf-as-web/build.gradle
+++ b/pdf-as-web/build.gradle
@@ -19,13 +19,16 @@ repositories {
dependencies {
compile project (':pdf-as-lib')
- compile project (':stamper:stmp-itext')
compile project (':signature-standards:sigs-pkcs7detached')
compile project (':signature-standards:sigs-pades')
compile group: 'commons-fileupload', name: 'commons-fileupload', version: '1.2'
compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.5'
compile group: 'opensymphony', name: 'sitemesh', version: '2.4.2'
+ compile 'javax.xml.ws:jaxws-api:2.2.11'
+ compile 'com.sun.xml.ws:jaxws-rt:2.2.8'
+ compile 'com.sun.xml.bind:jaxb-impl:2.2.7'
+ compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '1.8.4'
providedCompile "javax.servlet:servlet-api:2.5"
testCompile group: 'junit', name: 'junit', version: '4.+'
}