readded whn-manager

This commit is contained in:
lucio 2023-08-03 12:12:14 +02:00
parent 873188eac3
commit 18d1fd9370
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -110,12 +110,12 @@
<artifactId>slf4j-api</artifactId>
<scope>runtime</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.gcube.resourcemanagement</groupId>-->
<!-- <artifactId>whn-manager</artifactId>-->
<!-- <version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>-->
<!-- <type>war</type>-->
<!-- </dependency>-->
<dependency>
<groupId>org.gcube.resourcemanagement</groupId>
<artifactId>whn-manager</artifactId>
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
<type>war</type>
</dependency>
</dependencies>
<build>
<plugins>