Excluding gcat-client 1.x imported by ckan2zenodo-library

This commit is contained in:
Francesco Mangiacrapa 2021-03-19 17:42:39 +01:00
parent 2380d3325f
commit 0fe1f5f54e
1 changed files with 6 additions and 0 deletions

View File

@ -120,6 +120,12 @@
<artifactId>ckan2zenodo-publisher-widget</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.gcube.data-publishing</groupId>
<artifactId>gcat-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>