aboutsummaryrefslogtreecommitdiff
path: root/moaSig/moa-sig-lib/build.gradle
diff options
context:
space:
mode:
authorThomas <>2021-03-25 15:24:48 +0100
committerThomas <>2021-03-25 15:24:48 +0100
commit44a005e0e68e882a50d9bc061ca8daef4d84efa0 (patch)
treef411eb5e7133d2dea3c163f3733000788260f6d7 /moaSig/moa-sig-lib/build.gradle
parent56bbd2ea411e050a300b89f47d8787968d244546 (diff)
downloadmoa-sig-44a005e0e68e882a50d9bc061ca8daef4d84efa0.tar.gz
moa-sig-44a005e0e68e882a50d9bc061ca8daef4d84efa0.tar.bz2
moa-sig-44a005e0e68e882a50d9bc061ca8daef4d84efa0.zip
add masking pattern to clear personal information from certificate logging
Diffstat (limited to 'moaSig/moa-sig-lib/build.gradle')
-rw-r--r--moaSig/moa-sig-lib/build.gradle6
1 files changed, 5 insertions, 1 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle
index 9602ee1..4f13db2 100644
--- a/moaSig/moa-sig-lib/build.gradle
+++ b/moaSig/moa-sig-lib/build.gradle
@@ -13,7 +13,6 @@ dependencies {
api fileTree(dir: '../libs', include: '*.jar')
api group: 'at.gv.egovernment.moa.sig', name: 'tsl-lib', version: '2.0.4.1'
- api 'log4j:log4j:1.2.17'
api 'commons-logging:commons-logging:1.2'
api 'commons-io:commons-io:2.8.0'
api 'commons-codec:commons-codec:1.15'
@@ -30,6 +29,11 @@ dependencies {
api group: 'org.apache.pdfbox', name: 'preflight-app', version: '2.0.23'
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
api group: 'org.apache.httpcomponents', name: 'httpclient-cache', version: '4.5.13'
+
+ testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-migrationsupport', version: '5.7.1'
+ testImplementation group: 'org.junit.platform', name: 'junit-platform-engine', version: '1.7.1'
+ testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.1'
+ testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
}
task releases(type: Copy) {