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> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>gcube-jackson-databind</artifactId> <artifactId>gcube-jackson-databind</artifactId>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>gcube-jackson-annotations</artifactId> <artifactId>gcube-jackson-annotations</artifactId>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>gcube-jackson-core</artifactId> <artifactId>gcube-jackson-core</artifactId>
<scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>