Fixed dependencies scope

This commit is contained in:
Luca Frosini 2020-10-15 09:57:38 +02:00
parent e3e1e20b25
commit deaebd1c3c
1 changed files with 0 additions and 3 deletions

View File

@ -57,17 +57,14 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gcube-jackson-databind</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gcube-jackson-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>gcube-jackson-core</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>