Setting some libraries to provided to proper create an uber-jar

This commit is contained in:
Luca Frosini 2021-03-29 22:52:42 +02:00
parent 3a5e2b3854
commit f9ce44a061
1 changed files with 2 additions and 0 deletions

View File

@ -41,10 +41,12 @@
<dependency>
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.accounting</groupId>