aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-client
diff options
context:
space:
mode:
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 {