Added document-store-lib-accounting-service in place of document-store-lib-couchbase
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@162163 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8b7f86f80c
commit
b0f501655e
|
@ -2,7 +2,9 @@
|
||||||
<!DOCTYPE xml>
|
<!DOCTYPE xml>
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
<Changeset component="org.gcube.distribution.smartgears-distribution.2-1-3" date="${buildDate}">
|
<Changeset component="org.gcube.distribution.smartgears-distribution.2-1-3" date="${buildDate}">
|
||||||
<Change>added logback 1.11 to support Time and Size rolling of logs</Change>
|
<Change>Added logback 1.11 to support Time and Size rolling of logs</Change>
|
||||||
|
<Change>Changed log level from FATAL to ERROR #9708</Change>
|
||||||
|
<Change>Added document-store-lib-accounting-service in place of document-store-lib-couchbase</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
<Changeset component="org.gcube.distribution.smartgears-distribution.2-1-2" date="2017-05-02">
|
<Changeset component="org.gcube.distribution.smartgears-distribution.2-1-2" date="2017-05-02">
|
||||||
<Change>common-smartgear-utils re-adedd to the distribution</Change>
|
<Change>common-smartgear-utils re-adedd to the distribution</Change>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -57,7 +57,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.data.publishing</groupId>
|
<groupId>org.gcube.data.publishing</groupId>
|
||||||
<artifactId>document-store-lib-couchbase</artifactId>
|
<artifactId>document-store-lib-accounting-service</artifactId>
|
||||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue