Set dependencies to provided
This commit is contained in:
parent
fdcf9f6155
commit
29082e56a8
3
pom.xml
3
pom.xml
|
@ -177,16 +177,19 @@
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>gcube-jackson-databind</artifactId>
|
<artifactId>gcube-jackson-databind</artifactId>
|
||||||
<version>${gcube-jackson.version}</version>
|
<version>${gcube-jackson.version}</version>
|
||||||
|
<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>
|
||||||
<version>${gcube-jackson.version}</version>
|
<version>${gcube-jackson.version}</version>
|
||||||
|
<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>
|
||||||
<version>${gcube-jackson.version}</version>
|
<version>${gcube-jackson.version}</version>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- END gCube Jackson -->
|
<!-- END gCube Jackson -->
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Reference in New Issue