Skip to content

Commit

Permalink
added jaxb-jakarta module to parent pom (#2015)
Browse files Browse the repository at this point in the history
* added jaxb-jakarta module to parent pom

* added java version to jaxb-jakarta pom
  • Loading branch information
FloLei committed Apr 17, 2023
1 parent 057fd46 commit 3bf8040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jaxb-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<description>Feign JAXB Jakarta</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>
</properties>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<module>jackson-jaxb</module>
<module>jackson-jr</module>
<module>jaxb</module>
<module>jaxb-jakarta</module>
<module>jaxrs</module>
<module>jaxrs2</module>
<module>java11</module>
Expand Down

0 comments on commit 3bf8040

Please sign in to comment.