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.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle
index 8774567..07f0c93 100644
--- a/moaSig/moa-sig-lib/build.gradle
+++ b/moaSig/moa-sig-lib/build.gradle
@@ -12,6 +12,8 @@ dependencies {
testImplementation project(path: ':common', configuration: 'testArtifacts')
api fileTree(dir: '../libs', include: '*.jar')
+ //api fileTree(dir: '../libs_debug', include: '*.jar')
+
api group: 'at.gv.egovernment.moa.sig', name: 'tsl-lib', version: '2.1.1'
api 'commons-logging:commons-logging:1.2'
api 'commons-io:commons-io:2.11.0'