Moved dependency scope to compile instead of "default"

This commit is contained in:
Mauro Mugnaini 2020-08-05 19:43:00 +02:00
parent 1c8278e434
commit 2021d64724
1 changed files with 3 additions and 0 deletions

View File

@ -46,14 +46,17 @@
<groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>