Skip to content

Commit

Permalink
downgrade surefire due to jpms issue
Browse files Browse the repository at this point in the history
due to apache/maven-surefire#668

[ERROR] java.lang.module.FindException: Module jakarta.interceptor not found, required by jakarta.transaction

Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Nov 9, 2023
1 parent 6edd6d0 commit c59d5e5
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 c59d5e5

Please sign in to comment.