authorization-utils are used only as test dependecies

This commit is contained in:
Luca Frosini 2022-03-02 10:07:58 +01:00
parent a64cef5113
commit 647c8e33be
1 changed files with 5 additions and 4 deletions

View File

@ -43,10 +43,6 @@
<artifactId>gcat-api</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.resources.discovery</groupId>
<artifactId>ic-client</artifactId>
@ -68,6 +64,11 @@
<artifactId>gcube-jackson-databind</artifactId>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>