mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Add missing AMQP modules
See gh-49621
This commit is contained in:
@@ -28,6 +28,9 @@ dependencies {
|
||||
api(project(":module:spring-boot-activemq")) {
|
||||
transitive = false
|
||||
}
|
||||
api(project(":module:spring-boot-amqp")) {
|
||||
transitive = false
|
||||
}
|
||||
api(project(":module:spring-boot-artemis")) {
|
||||
transitive = false
|
||||
}
|
||||
|
||||
@@ -2062,6 +2062,7 @@ bom {
|
||||
"spring-boot-activemq",
|
||||
"spring-boot-actuator",
|
||||
"spring-boot-actuator-autoconfigure",
|
||||
"spring-boot-amqp",
|
||||
"spring-boot-artemis",
|
||||
"spring-boot-autoconfigure",
|
||||
"spring-boot-autoconfigure-classic",
|
||||
@@ -2179,6 +2180,8 @@ bom {
|
||||
"spring-boot-starter-activemq-test",
|
||||
"spring-boot-starter-actuator",
|
||||
"spring-boot-starter-actuator-test",
|
||||
"spring-boot-starter-amqp",
|
||||
"spring-boot-starter-amqp-test",
|
||||
"spring-boot-starter-artemis",
|
||||
"spring-boot-starter-artemis-test",
|
||||
"spring-boot-starter-aspectj",
|
||||
|
||||
Reference in New Issue
Block a user