reta commented on a change in pull request #723:
URL: https://github.com/apache/cxf/pull/723#discussion_r524175866
##########
File path: systests/transports/pom.xml
##########
@@ -331,6 +331,11 @@
<version>${cxf.bcprov.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
Review comment:
The `transports` uses a mix of JUnit 4 and JUnit 5 tests, we need the
Vintage engine to run JUnit 4 tests using JUnit 5 platform, otherwise they are
going to be skipped.
----------------------------------------------------------------
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]