aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-client
diff options
context:
space:
mode:
authorThomas <>2021-03-26 09:54:41 +0100
committerThomas <>2021-03-26 09:54:41 +0100
commit510fca957d9cf00260efe7ed78a663d46c69adb7 (patch)
tree8129c4ab6ff144e28a02d0a8f443561ce8a5e52e /pdf-as-web-client
parentb51e3b877fa7c8b930e63fd8e1317e34d7d4773e (diff)
downloadpdf-as-4-510fca957d9cf00260efe7ed78a663d46c69adb7.tar.gz
pdf-as-4-510fca957d9cf00260efe7ed78a663d46c69adb7.tar.bz2
pdf-as-4-510fca957d9cf00260efe7ed78a663d46c69adb7.zip
update gradle build-process to wrapper 6.8.3
Diffstat (limited to 'pdf-as-web-client')
-rw-r--r--pdf-as-web-client/build.gradle7
1 files changed, 4 insertions, 3 deletions
diff --git a/pdf-as-web-client/build.gradle b/pdf-as-web-client/build.gradle
index 961c4c48..541369f9 100644
--- a/pdf-as-web-client/build.gradle
+++ b/pdf-as-web-client/build.gradle
@@ -13,9 +13,10 @@ repositories {
}
dependencies {
- compile 'org.apache.commons:commons-collections4:4.4'
- compile project (':pdf-as-common')
- testCompile group: 'junit', name: 'junit', version: '4.+'
+ implementation 'org.apache.commons:commons-collections4:4.4'
+ implementation group: 'javax.xml.ws', name: 'jaxws-api', version: '2.3.1'
+ implementation project (':pdf-as-common')
+ testImplementation group: 'junit', name: 'junit', version: '4.+'
}
test {