aboutsummaryrefslogtreecommitdiff
path: root/moaSig/moa-sig-lib/build.gradle
diff options
context:
space:
mode:
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) {