Added resource-registry-handlers to distribution

This commit is contained in:
Luca Frosini 2022-10-27 14:55:10 +02:00
parent 51d9ae6f42
commit 44b0ce8473
2 changed files with 11 additions and 4 deletions

View File

@ -2,9 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Smartgears Distribution
## [v3.4.7-SNAPSHOT]
## [v3.5.0-SNAPSHOT]
- new common-smartgears verison
- upgraded gcube-smartgears-bom
- new common-smartgears version
- added resource-registry-handlers to distribution
## [v3.4.6] - 2022-04-20

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId>
<version>3.4.7-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>A distribution for the SmartGears Framework</name>
@ -69,10 +69,15 @@
<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>
<version>[2.0.0, 3.0.0-SNAPSHOT)</version>
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
<scope>runtime</scope>
</dependency>
<dependency>