Fixed pom. Duplicate declaration of `registry-publisher` dependency

This commit is contained in:
Francesco Mangiacrapa 2024-09-19 09:59:25 +02:00
parent 917fb09b65
commit c64eb06a5a
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,8 @@
# Changelog for org.gcube.application.geoportal-common
## [v1.1.1-SNAPSHOT] - 2024-09-19
- Fixed pom. Duplicate declaration of `registry-publisher` dependency
## [v1.1.0] - 2024-04-08
- Added message to StepExecutionRequest [#27192]

View File

@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>geoportal-common</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<name>Geoportal Common</name>
<parent>
@ -103,10 +103,6 @@
<groupId>org.gcube.resources</groupId>
<artifactId>registry-publisher</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.resources</groupId>
<artifactId>registry-publisher</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>