We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1cb37 commit 7edfebeCopy full SHA for 7edfebe
pom.xml
@@ -118,6 +118,10 @@
118
<signature.group>org.codehaus.mojo.signature</signature.group>
119
<signature.artifact>java18</signature.artifact>
120
<signature.version>1.0</signature.version>
121
+
122
+ <!-- Override: The JUnit 5 not supported maven-surefire-plugin 2.20.x yet. -->
123
+ <!-- See https://github.com/junit-team/junit5/issues/809 -->
124
+ <surefire.version>2.19.1</surefire.version>
125
</properties>
126
127
<dependencies>
0 commit comments