Create spring-boot-amqp module

This commit is contained in:
Brian Clozel
2025-03-14 18:01:17 +01:00
committed by Phillip Webb
parent b3ada036c8
commit 5ac2ad6c11
49 changed files with 124 additions and 89 deletions

View File

@@ -30,6 +30,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind")
implementation("com.fasterxml.jackson.module:jackson-module-parameter-names")
optional(project(":spring-boot-project:spring-boot-amqp"))
optional(project(":spring-boot-project:spring-boot-autoconfigure-all"))
optional(project(":spring-boot-project:spring-boot-actuator-autoconfigure"))
optional("com.hazelcast:hazelcast")