This commit is contained in:
Lucio Lelii 2018-11-20 17:09:50 +00:00
parent 0dce7ac737
commit 7ed4fb13f3
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<name>storagehub-model</name>
<dependencyManagement>

View File

@ -14,4 +14,6 @@ public interface StorageBackend {
InputStream getContent(String id);
void delete(String id);
}