quarkiverse / quarkus-pooled-jms

Quarkus extension for a JMS Connection pool for messaging applications supporting JMS 1.1 and 2.0 clients
Apache License 2.0
5 stars 7 forks source link

Avoid importing quarkus-artemis-bom in the project parent #181

Closed jamesnetherton closed 1 year ago

jamesnetherton commented 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.

zhfeng commented 1 year ago

Thanks for reporting! and yeah, it should be moved to test module.