#3039 Upgrade FreeMarker to 2.3.31

This commit is contained in:
Filip Hrisafov 2022-10-02 19:36:20 +02:00
parent a5d3542c24
commit 81b2f70dac
3 changed files with 3 additions and 7 deletions

View File

@ -66,7 +66,7 @@
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<outputDirectory>${project.build.directory}/freemarker-unpacked</outputDirectory>
<includes>META-INF/LICENSE.txt,META-INF/NOTICE.txt</includes>
<includes>META-INF/LICENSE</includes>
</artifactItem>
</artifactItems>
</configuration>

View File

@ -42,11 +42,7 @@
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>target/freemarker-unpacked/META-INF/NOTICE.txt</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>target/freemarker-unpacked/META-INF/LICENSE.txt</source>
<source>target/freemarker-unpacked/META-INF/LICENSE</source>
<outputDirectory>etc/freemarker</outputDirectory>
</file>
<file>

View File

@ -109,7 +109,7 @@
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.21</version>
<version>2.3.31</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>