Excluding `freemaker` depenpency, see
https://support.d4science.org/issues/26454#note-6
This commit is contained in:
parent
207697b551
commit
0d93029b24
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue