grimreaper commented on a change in pull request #47: [numbers] support JUnit 5
tests
URL: https://github.com/apache/commons-numbers/pull/47#discussion_r290688957
##########
File path: pom.xml
##########
@@ -96,14 +96,31 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit</groupId>
+ <artifactId>junit-bom</artifactId>
+ <!-- define this in properties -->
Review comment:
and it was further lazyness to copy and paste it when I updated :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services