jamesnetherton commented on a change in pull request #903: POM enhancements URL: https://github.com/apache/camel-quarkus/pull/903#discussion_r394394461
########## File path: pom.xml ########## @@ -84,8 +84,7 @@ <maven-source-plugin.version>3.1.0</maven-source-plugin.version> <maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version> <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version> - <!-- NOTE: We pin to this version due to https://github.com/apache/camel-quarkus/issues/723 --> - <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> + <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version> Review comment: I'm not convinced all of the issues are fixed. Run `NoDefaultServletTest` (You'll need to remove `@Disabled`) and the test passes with 3.x. Run it with 2.x and it'll fail. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services