Readded resource-registry-handlers to distribution

This commit is contained in:
Luca Frosini 2023-02-24 10:36:34 +01:00
parent 23ecfe3924
commit 8b86b76926
2 changed files with 8 additions and 1 deletions

View File

@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v3.5.0-SNAPSHOT]
- upgraded gcube-smartgears-bom
- new common-smartgears version
- added resource-registry-handlers to distribution
## [v3.4.7]
@ -31,7 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v3.4.2] - 2021-11-08
- common-smartgrears library updated
## [v3.4.1] - 2021-06-25
- Released to have and up-to-date distribution

View File

@ -69,6 +69,11 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-publisher</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.smartgears.handlers</groupId>
<artifactId>resource-registry-handlers</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib-accounting-service</artifactId>