[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 66ecd935ea
commit 354d84c248
15 changed files with 98 additions and 25 deletions

View File

@@ -36,6 +36,11 @@
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb-runtime.version}</version>
</dependency>
</dependencies>
<build>
@@ -51,6 +56,7 @@
<properties>
<javax.version>4.0.1</javax.version>
<spring.mvc.version>5.2.2.RELEASE</spring.mvc.version>
<jaxb-runtime.version>2.3.5</jaxb-runtime.version>
</properties>
</project>