Skip to content

Commit

Permalink
Remove support for pooled-jms as it is not JMS 3.0 compatible
Browse files Browse the repository at this point in the history
Closes gh-28701
  • Loading branch information
wilkinsona committed Nov 30, 2021
1 parent c8fd5f0 commit 6e7f276
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 216 deletions.
3 changes: 0 additions & 3 deletions spring-boot-project/spring-boot-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ dependencies {
optional("org.liquibase:liquibase-core") {
exclude group: "javax.xml.bind", module: "jaxb-api"
}
optional("org.messaginghub:pooled-jms") {
exclude group: "org.apache.geronimo.specs", module: "geronimo-jms_2.0_spec"
}
optional("org.mongodb:mongodb-driver-reactivestreams")
optional("org.mongodb:mongodb-driver-sync")
optional("org.quartz-scheduler:quartz")
Expand Down

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1239,16 +1239,6 @@ bom {
]
}
}
library("Pooled JMS", "1.2.2") {
prohibit("[2.0.0,)") {
because "it requires Java 11"
}
group("org.messaginghub") {
modules = [
"pooled-jms"
]
}
}
library("Postgresql", "42.3.1") {
group("org.postgresql") {
modules = [
Expand Down

0 comments on commit 6e7f276

Please sign in to comment.