gpc / jms

JMS integration for Grails.
http://grails.org/plugin/jms
16 stars 28 forks source link

exposes dependency on org.grails.grails-dependencies #55

Closed jchharris closed 1 year ago

jchharris commented 1 year ago

The pom file associated with the artifact exposes a runtime dependency on org.grails.grails-dependencies. I think grails-dependencies should be treated as a BOM and not exposed as an explicit dependency for the jms plugin.

See https://repo1.maven.org/maven2/io/github/gpc/jms/4.0.0/jms-4.0.0.pom

Relates to https://github.com/grails/grails-core/issues/11753

sbglasius commented 1 year ago

@jchharris thank you for reporting. Did 4.0.1 solve your issue?

jchharris commented 1 year ago

@sbglasius Thanks for such a quick resolution. Yes, the issue is resolved