Skip to content

Commit

Permalink
require java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
kistlers committed Jun 19, 2023
1 parent 9f48e29 commit 13da330
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion soap-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<description>Feign SOAP CoDec</description>

<properties>
<main.java.version>11</main.java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<main.basedir>${project.basedir}/..</main.basedir>

<moditect.skip>true</moditect.skip>
Expand All @@ -42,7 +45,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>feign-jaxb-jakarta</artifactId>
<version>12.4-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 13da330

Please sign in to comment.