diff options
author | Thomas <> | 2023-01-12 13:37:35 +0100 |
---|---|---|
committer | Thomas <> | 2023-01-12 13:37:35 +0100 |
commit | 71c1b9fc327e2eeb785af9452783e89f0c435bcf (patch) | |
tree | 6885e837ad14a24d9372320bb8a26df57d1436d8 /pdf-as-legacy | |
parent | 6fada4e066d79f55491ceafa84eb4a436b519913 (diff) | |
download | pdf-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-legacy')
-rw-r--r-- | pdf-as-legacy/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pdf-as-legacy/build.gradle b/pdf-as-legacy/build.gradle index 9b5d685d..168504d6 100644 --- a/pdf-as-legacy/build.gradle +++ b/pdf-as-legacy/build.gradle @@ -21,7 +21,6 @@ dependencies { implementation project (':signature-standards:sigs-pades') implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' implementation group: 'commons-codec', name: 'commons-codec', version: '1.15' - testImplementation group: 'junit', name: 'junit', version: '4.+' } task releases(type: Copy) { |