This is an automated email from the ASF dual-hosted git repository.
lucamolteni pushed a commit to branch development
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner-quickstarts.git
The following commit(s) were added to refs/heads/development by this push:
new ffc95fb3 java.lang.module.FindException: Module jakarta.xml.bind not
found (#633)
ffc95fb3 is described below
commit ffc95fb37c5ce03901a98984baa6c45ae49fee1d
Author: Luca Molteni <[email protected]>
AuthorDate: Fri Jul 26 09:45:20 2024 +0200
java.lang.module.FindException: Module jakarta.xml.bind not found (#633)
java.lang.module.FindException: Module jakarta.xml.bind not found
---
hello-world/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/hello-world/pom.xml b/hello-world/pom.xml
index afc37cb6..9cd54683 100644
--- a/hello-world/pom.xml
+++ b/hello-world/pom.xml
@@ -8,7 +8,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
- <maven.compiler.release>11</maven.compiler.release>
+ <maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jar.with.dependencies.name>hello-world-run</jar.with.dependencies.name>
@@ -18,7 +18,7 @@
<version.org.logback>1.2.11</version.org.logback>
<version.compiler.plugin>3.10.1</version.compiler.plugin>
- <version.surefire.plugin>3.0.0-M8</version.surefire.plugin>
+ <version.surefire.plugin>3.3.0</version.surefire.plugin>
<version.assembly.plugin>3.4.2</version.assembly.plugin>
</properties>
@@ -90,6 +90,7 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>${version.surefire.plugin}</version>
<configuration>
+ <useModulePath>false</useModulePath>
<systemPropertyVariables>
<artifactName>${jar.with.dependencies.name}</artifactName>
</systemPropertyVariables>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]