Reinstate support for pooled-jms as it is now JMS 3.0 compatible

Closes gh-30865
This commit is contained in:
Andy Wilkinson
2022-05-04 17:31:14 +01:00
parent 24dcdbb4a1
commit 1ee079c265
8 changed files with 305 additions and 0 deletions

View File

@@ -1093,6 +1093,13 @@ bom {
]
}
}
library("Pooled JMS", "3.0.0") {
group("org.messaginghub") {
modules = [
"pooled-jms"
]
}
}
library("Postgresql", "42.3.3") {
group("org.postgresql") {
modules = [