[JAVA-18198] (#13592)

* [JAVA-18198] Moved spring-jersey module to jdk9-and-above profile

* [JAVA-18141] Moved jersey module to jdk9-and-above profile

* [JAVA-18140] Moved jaxb module to jdk9-and-above profile

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
This commit is contained in:
panos-kakos
2023-03-09 17:05:15 +02:00
committed by GitHub
parent ebdd42e3fb
commit e196af6430
20 changed files with 67 additions and 56 deletions
+7 -1
View File
@@ -25,6 +25,11 @@
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb-runtime.version}</version>
</dependency>
</dependencies>
<build>
@@ -97,8 +102,9 @@
<properties>
<!-- maven plugins -->
<jaxb2-maven-plugin.version>2.3</jaxb2-maven-plugin.version>
<jaxb2-maven-plugin.version>3.1.0</jaxb2-maven-plugin.version>
<lifecycle-mapping-plugin.version>1.0.0</lifecycle-mapping-plugin.version>
<jaxb-runtime.version>4.0.0</jaxb-runtime.version>
</properties>
</project>