gemmellr commented on code in PR #5958:
URL: https://github.com/apache/activemq-artemis/pull/5958#discussion_r2414419588
##########
pom.xml:
##########
@@ -165,7 +165,7 @@
<version.micrometer>1.15.4</version.micrometer>
<hamcrest.version>3.0</hamcrest.version>
<junit.version>4.13.2</junit.version>
- <junit5.version>5.13.4</junit5.version>
+ <junit6.version>6.0.0</junit6.version>
Review Comment:
I found a way to make the example work without the plugin dependency, by
removing the essentially-superfluous junit4 test scope definition in the main
build dependencyManagement, allowing removal of all references to the version
properties outwith the dependencyManagement, and so enabling the props to be
updated without affecting the examples anymore after that.
I made the changes via
https://github.com/apache/activemq-artemis/commit/615367d53f and
https://github.com/apache/activemq-artemis-examples/commit/16ca3ec674b2655b0b971d930a45255d1ffc51e3
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact