Skip to content

Commit

Permalink
Merge pull request #10869 from jetty/jetty-12.0.x-downgrade-surefire
Browse files Browse the repository at this point in the history
downgrade surefire due to jpms issue due to apache/maven-surefire#668
  • Loading branch information
joakime committed Nov 9, 2023
2 parents 6edd6d0 + c59d5e5 commit 67c5fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@
<maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
<maven.shade.plugin.version>3.5.1</maven.shade.plugin.version>
<maven.source.plugin.version>3.3.0</maven.source.plugin.version>
<maven.surefire.plugin.version>3.2.1</maven.surefire.plugin.version>
<!-- do not upgrade as jpms issue with ee10 annotations -->
<maven.surefire.plugin.version>3.1.2</maven.surefire.plugin.version>
<maven.version>3.9.0</maven.version>
<maven.war.plugin.version>3.4.0</maven.war.plugin.version>
<mina.core.version>2.2.3</mina.core.version>
Expand Down

0 comments on commit 67c5fbc

Please sign in to comment.