Updated accounting libs version

This commit is contained in:
Massimiliano Assante 2021-03-24 17:58:07 +01:00
parent 98092f8213
commit b8e0bff489
1 changed files with 5 additions and 6 deletions

11
pom.xml
View File

@ -10,7 +10,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0</version>
<version>3.6.1-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/maven-portal-bom.git</connection>
@ -633,19 +633,18 @@
<scope>provided</scope>
</dependency>
<!-- end storage layer -->
<!-- accounting -->
<!-- Accounting Related Dependencies -->
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib</artifactId>
<version>[2.4.0,3.0.0-SNAPSHOT)</version>
<scope>provided</scope>
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-lib</artifactId>
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
<scope>provided</scope>
<version>[4.0.0,5.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Accounting Related Dependencies -->
<!-- misc -->
<dependency>
<groupId>net.sf.ehcache</groupId>