paulrutter commented on code in PR #403:
URL: https://github.com/apache/felix-dev/pull/403#discussion_r2030042899
##########
framework/pom.xml:
##########
@@ -217,21 +217,21 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- <version>2.5.2</version>
- <scope>test</scope>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter</artifactId>
+ <version>5.12.1</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.16.1</version>
+ <version>5.17.0</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.13.1</version>
+ <groupId>org.assertj</groupId>
Review Comment:
Why not use the junit5 assertions? Like
https://junit.org/junit5/docs/5.0.1/api/org/junit/jupiter/api/Assertions.html
Or is assertj standerized in felix development?
--
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]