Merge pull request #5181 from dkapil/task/BAEL-8842
BAEL-8842 Update spring-freemarker project
This commit is contained in:
commit
f5fc17a3de
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue