hotfix: Fixed logging

(cherry picked from commit c4e682254b81c3a45391b88921b7d2c73f37eb56)
This commit is contained in:
Dominique Eifländer 2024-06-28 10:11:09 +02:00 committed by Kilian Schuettler
parent 9afd6ab594
commit a5350d048a

View File

@ -24,8 +24,11 @@ dependencies {
api(project(":persistence-service-internal-api-impl-v1"))
api(project(":persistence-service-shared-mongo-v1"))
api("com.iqser.red.commons:storage-commons:2.49.0")
api("junit:junit:4.13.2")
api("org.apache.logging.log4j:log4j-slf4j-impl:2.20.0")
api("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("ch.qos.logback:logback-classic")
testImplementation("junit:junit:4.13.2")
testImplementation("org.springframework.amqp:spring-rabbit-test:3.0.2")
testImplementation("org.springframework.security:spring-security-test:6.0.2")
testImplementation("org.testcontainers:postgresql:1.17.1")