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