Merge branch 'RED-8171' into 'master'
RED-8171: Traces do not stop at @Async Closes RED-8171 See merge request redactmanager/redaction-report-service!50
This commit is contained in:
commit
677a2b2d37
@ -11,7 +11,7 @@ plugins {
|
||||
|
||||
description = "redaction-service-server-v1"
|
||||
|
||||
val tenantCommonVersion = "0.19.0"
|
||||
val tenantCommonVersion = "0.21.0"
|
||||
val springCommonsVersion = "2.1.0"
|
||||
val storageCommonsVersion = "2.45.0"
|
||||
val poiVersion = "5.2.3"
|
||||
@ -37,7 +37,7 @@ dependencies {
|
||||
implementation("com.iqser.red.commons:storage-commons:${storageCommonsVersion}")
|
||||
implementation("com.iqser.red.commons:spring-commons:${springCommonsVersion}")
|
||||
implementation("com.iqser.red.commons:metric-commons:${metricCommonsVersion}")
|
||||
implementation("com.knecon.fforesight:tracing-commons:0.3.0")
|
||||
implementation("com.knecon.fforesight:tracing-commons:0.5.0")
|
||||
|
||||
implementation("org.apache.poi:poi:${poiVersion}")
|
||||
implementation("org.apache.poi:poi-ooxml:${poiVersion}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user