[JAVA-20622] Upgraded spring-web-modules to jdk9-and-above profile + … (#14154)

* [JAVA-20622] Upgraded spring-web-modules to jdk9-and-above profile + minor clean up

* [JAVA-20622] Fixed issue at spring-freemarker module
This commit is contained in:
panos-kakos
2023-05-31 19:58:19 +03:00
committed by GitHub
parent e917196734
commit 6ca8c123c5
15 changed files with 98 additions and 25 deletions
@@ -39,6 +39,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb-runtime.version}</version>
</dependency>
</dependencies>
<build>
@@ -55,4 +60,8 @@
</plugins>
</build>
<properties>
<jaxb-runtime.version>2.3.5</jaxb-runtime.version>
</properties>
</project>