RED-5223: Use tracing-commons from fforesight
This commit is contained in:
parent
c877eea3cc
commit
e931522014
@ -22,8 +22,8 @@ configurations {
|
||||
val springBootStarterVersion = "3.1.5"
|
||||
|
||||
dependencies {
|
||||
api("com.knecon.fforesight:tenant-commons:0.14.0")
|
||||
api("com.knecon.fforesight:tracing:0.5.0")
|
||||
api("com.knecon.fforesight:tenant-commons:0.19.0")
|
||||
api("com.knecon.fforesight:tracing-commons:0.2.0")
|
||||
api("com.google.guava:guava:31.1-jre")
|
||||
api("com.iqser.red.commons:storage-commons:2.45.0")
|
||||
api(project(":search-service-api-v1"))
|
||||
|
||||
@ -3,6 +3,8 @@ ribbon:
|
||||
ConnectTimeout: 600000
|
||||
ReadTimeout: 600000
|
||||
|
||||
logging.type: ${LOGGING_TYPE:CONSOLE}
|
||||
|
||||
logging.level.root: INFO
|
||||
|
||||
spring:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user