git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@117622 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3254c10891
commit
70fe3c8258
|
@ -26,5 +26,6 @@
|
|||
</Changeset>
|
||||
<Changeset component="org.gcube.distribution.smartgears-distribution.1-2-5" date="2015-07-31">
|
||||
<Change>Added smartgear-distribution (this project) version on ghn profile.</Change>
|
||||
<Change>Added accounting and authorization libs</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
5
pom.xml
5
pom.xml
|
@ -40,6 +40,11 @@
|
|||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-smartgears</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.accounting</groupId>
|
||||
<artifactId>accounting-persistence-couchdb</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.core</groupId>
|
||||
<artifactId>common-smartgears</artifactId>
|
||||
|
|
Loading…
Reference in New Issue