downgrade surefire due to jpms issue

due to https://github.com/apache/maven-surefire/pull/668

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

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2023-11-09 19:40:55 +10:00
parent 6edd6d0ed0
commit c59d5e51a9
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
1 changed files with 2 additions and 1 deletions

View File

@ -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>