sparsick commented on code in PR #1260:
URL:
https://github.com/apache/maven-assembly-plugin/pull/1260#discussion_r2477072709
##########
src/it/projects/bugs/massembly-285/massembly-285-mod1/pom.xml:
##########
@@ -29,9 +29,9 @@ under the License.
<dependencies>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <version>6.0.0</version>
Review Comment:
I refactor it, and now I use the JUnit version property and add JUnit dep to
the dep mgmt of the ITs.
--
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]