Updated accounting libs version
This commit is contained in:
parent
98092f8213
commit
b8e0bff489
11
pom.xml
11
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue