Readded resource-registry-handlers to distribution
This commit is contained in:
parent
23ecfe3924
commit
8b86b76926
|
@ -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
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue