aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-client
diff options
context:
space:
mode:
authorThomas <>2023-01-12 13:37:35 +0100
committerThomas <>2023-01-12 13:37:35 +0100
commit71c1b9fc327e2eeb785af9452783e89f0c435bcf (patch)
tree6885e837ad14a24d9372320bb8a26df57d1436d8 /pdf-as-web-client
parent6fada4e066d79f55491ceafa84eb4a436b519913 (diff)
downloadpdf-as-4-71c1b9fc327e2eeb785af9452783e89f0c435bcf.tar.gz
pdf-as-4-71c1b9fc327e2eeb785af9452783e89f0c435bcf.tar.bz2
pdf-as-4-71c1b9fc327e2eeb785af9452783e89f0c435bcf.zip
build(core): optimize dependency management
Diffstat (limited to 'pdf-as-web-client')
-rw-r--r--pdf-as-web-client/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/pdf-as-web-client/build.gradle b/pdf-as-web-client/build.gradle
index 541369f9..494f8cb3 100644
--- a/pdf-as-web-client/build.gradle
+++ b/pdf-as-web-client/build.gradle
@@ -16,7 +16,6 @@ dependencies {
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 {