mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#3039 Upgrade FreeMarker to 2.3.31
This commit is contained in:
parent
a5d3542c24
commit
81b2f70dac
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user