Skip to content

Commit

Permalink
java.lang.module.FindException: Module jakarta.xml.bind not found (#633
Browse files Browse the repository at this point in the history
)

java.lang.module.FindException: Module jakarta.xml.bind not found
  • Loading branch information
lucamolteni authored Jul 26, 2024
1 parent 752f8be commit ffc95fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hello-world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

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

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit ffc95fb

Please sign in to comment.