just indentation changed

This commit is contained in:
Francesco Mangiacrapa 2020-08-26 10:59:53 +02:00
parent 56e931b42c
commit b3e50eb26b
1 changed files with 2 additions and 0 deletions

View File

@ -117,10 +117,12 @@
<artifactId>storagehub-client-library</artifactId> <artifactId>storagehub-client-library</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-wrapper</artifactId> <artifactId>storagehub-client-wrapper</artifactId>
<version>[1.0.0, 2.0.0-SNAPSHOT)</version> <version>[1.0.0, 2.0.0-SNAPSHOT)</version>
<scope>compile</scope>
</dependency> </dependency>
<!-- JSON PARSER --> <!-- JSON PARSER -->