updated with accounting lib

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/distributions/maven-portal-bom@122355 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-01-20 13:39:42 +00:00
parent c9e481f53a
commit 2747c15253
1 changed files with 14 additions and 1 deletions

15
pom.xml
View File

@ -142,7 +142,7 @@
<artifactId>common-authorization</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
</dependency>
<!-- Home Library -->
<dependency>
<groupId>org.gcube.common</groupId>
@ -653,6 +653,19 @@
<scope>provided</scope>
</dependency>
<!-- end storage layer -->
<!-- accounting -->
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib</artifactId>
<version>[1.0.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-lib</artifactId>
<version>[2.0.0-SNAPSHOT,)</version>
<scope>provided</scope>
</dependency>
<!-- misc -->
<dependency>
<groupId>org.gcube.common</groupId>