Fixing dependency scope

This commit is contained in:
Luca Frosini 2021-03-22 12:04:51 +01:00
parent fa381d7313
commit afe8a52e5b
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Accounting Dashboard Harvester Smart Executor Plugin
## [v2.0.0-SNAPSHOT] [r5.0.0] -
## [v2.0.0-SNAPSHOT]
- Switched accounting JSON management to gcube-jackson [#19115]
- Switched smart-executor JSON management to gcube-jackson [#19647]

View File

@ -93,8 +93,9 @@
</dependency>
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-analytics-persistence-couchbase</artifactId>
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<artifactId>accounting-analytics-persistence-postgresql</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.gcube.accounting</groupId>