Merge pull request #5181 from dkapil/task/BAEL-8842

BAEL-8842 Update spring-freemarker project
This commit is contained in:
Loredana Crusoveanu 2018-09-06 22:11:30 +03:00 committed by GitHub
commit f5fc17a3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.freemarker.example</groupId>
<groupId>com.baeldung.freemarker</groupId>
<artifactId>spring-freemarker</artifactId>
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>
@ -48,10 +48,10 @@
</dependencies>
<properties>
<spring.version>4.3.4.RELEASE</spring.version>
<freemarker.version>2.3.23</freemarker.version>
<spring.version>5.0.8.RELEASE</spring.version>
<freemarker.version>2.3.28</freemarker.version>
<servletapi.version>3.1.0</servletapi.version>
<failOnMissingWebXml>false</failOnMissingWebXml>
</properties>
</project>
</project>