forcing ckan2zenodo-library at 1.0.3-SNAPSHOT

This commit is contained in:
Francesco Mangiacrapa 2023-07-25 14:22:05 +02:00
parent ce3181a07a
commit 74d9c693b8
1 changed files with 10 additions and 1 deletions

11
pom.xml
View File

@ -20,7 +20,7 @@
<properties>
<!-- Convenience property to set the GWT version -->
<gwtVersion>2.10.0</gwtVersion>
<gwtVersion>2.9.0</gwtVersion>
<!-- GWT needs at least java 1.6 -->
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -133,6 +133,15 @@
<scope>compile</scope>
</dependency>
<!-- fixing issue [#25275] -->
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>ckan2zenodo-library</artifactId>
<version>[1.0.0-SNAPSHOT, 1.0.3-SNAPSHOT]</version>
<scope>compile</scope>
</dependency>
<!-- to be removed -->
<dependency>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>ckan2zenodo-publisher-widget</artifactId>