[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:
@@ -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>
|
||||
Reference in New Issue
Block a user