Closed jamesnetherton closed 1 year ago
Unless I'm mistaken, only the artemis-jms integration test module needs to use anything from quarkus-artemis-bom. Therefore, it might be better if the BOM import was done directly in the test module and not in the project parent.
artemis-jms
quarkus-artemis-bom
Thanks for reporting! and yeah, it should be moved to test module.
Unless I'm mistaken, only the
artemis-jms
integration test module needs to use anything fromquarkus-artemis-bom
. Therefore, it might be better if the BOM import was done directly in the test module and not in the project parent.