Dependency libs are all provided

This commit is contained in:
Mauro Mugnaini 2020-06-25 11:47:49 +02:00
parent 7f5ea195d6
commit a0c543e31b
1 changed files with 2 additions and 2 deletions

View File

@ -84,12 +84,12 @@
<groupId>org.gcube.common</groupId>
<artifactId>event-publisher-library</artifactId>
<version>[0.0.1,)</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.dvos</groupId>
<artifactId>usermanagement-core</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>