From 0133f9854886fe14cb6e9242c2d1aab8d7730e1d Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Sat, 28 May 2022 17:07:13 +0300 Subject: [PATCH] TSK-1783: added logging dependency for taskana-core-test module so that logging statements can be seen during test execution --- lib/taskana-core-test/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/taskana-core-test/pom.xml b/lib/taskana-core-test/pom.xml index e9c56624b..8af294029 100644 --- a/lib/taskana-core-test/pom.xml +++ b/lib/taskana-core-test/pom.xml @@ -30,7 +30,7 @@ taskana-core ${project.version} - + pro.taskana @@ -38,6 +38,11 @@ ${project.version} test + + org.slf4j + slf4j-simple + test + org.assertj assertj-core