changed to include context-utils for Smartgears4

This commit is contained in:
lucio 2023-05-09 17:10:43 +02:00
parent 360ef51c6b
commit 6dcb9c527f
1 changed files with 22 additions and 6 deletions

28
pom.xml
View File

@ -56,10 +56,26 @@
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-client</artifactId>
<exclusions>
<exclusion>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility-sg3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-publisher</artifactId>
<exclusions>
<exclusion>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility-sg3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility-sg4</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.smartgears.handlers</groupId>
@ -94,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>