Merge branch 'multipleStorageBackends' of https://code-repo.d4science.org/gCubeSystem/storagehub into multipleStorageBackends

This commit is contained in:
Lucio Lelii 2022-10-04 11:41:30 +02:00
commit 6756c2890c
1 changed files with 8 additions and 1 deletions

View File

@ -398,6 +398,11 @@
<version>8.3.3</version>
</dependency>
<dependency>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-client</artifactId>
<version>[1.1.0, 2.0.0)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
@ -425,6 +430,8 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>