Added test dependecy

This commit is contained in:
Luca Frosini 2023-02-07 14:36:07 +01:00
parent e43bb24b2d
commit af0965ef94
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -75,11 +75,11 @@
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.gcube.resource-management</groupId> -->
<!-- <artifactId>gcube-model</artifactId> -->
<!-- <scope>test</scope> -->
<!-- </dependency> -->
<dependency>
<groupId>org.gcube.resource-management</groupId>
<artifactId>gcube-model</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>