Excluding `freemaker` depenpency, see

https://support.d4science.org/issues/26454#note-6
This commit is contained in:
Francesco Mangiacrapa 2024-06-28 11:12:53 +02:00
parent 207697b551
commit 0d93029b24
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@
<groupId>org.gcube.spatial.data</groupId>
<artifactId>gis-interface</artifactId>
<version>[2.4.6,3.0.0-SNAPSHOT)</version>
<exclusions>
<exclusion>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- DT -->