queue rename and update tenant-commons version
This commit is contained in:
parent
522958f887
commit
a68912407c
@ -25,7 +25,7 @@ repositories {
|
||||
val springBootVersion = "3.1.5"
|
||||
|
||||
dependencies {
|
||||
api("com.knecon.fforesight:tenant-commons:0.26.0")
|
||||
api("com.knecon.fforesight:tenant-commons:0.29.0")
|
||||
api("org.liquibase:liquibase-core:4.20.0")
|
||||
api("org.liquibase.ext:liquibase-mongodb:4.20.0")
|
||||
api("org.springframework.boot:spring-boot-starter-data-mongodb:${springBootVersion}")
|
||||
|
||||
@ -23,7 +23,7 @@ public class MongoTenantMessagingConfiguration {
|
||||
@Value("${fforesight.mongo.multitenancy.tenant-created-queue:mongo-tenant-created}")
|
||||
private String mongoTenantCreatedEventQueue;
|
||||
|
||||
@Value("${fforesight.mongo.multitenancy.tenant-created-dlq:mongo-tenant-created-dlq}")
|
||||
@Value("${fforesight.mongo.multitenancy.tenant-created-dlq:mongo-tenant-created-error}")
|
||||
private String mongoTenantCreatedDLQ;
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user