Aligned to dependency event and oidc-* libs version

This commit is contained in:
Mauro Mugnaini 2020-06-19 15:48:05 +02:00
parent 2e40eb18cd
commit 6a43848bfa
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<dependent-module archiveName="event-publisher-library-0.0.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/event-publisher-library/event-publisher-library">
<dependent-module archiveName="event-publisher-library-0.1.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/event-publisher-library/event-publisher-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="usermanagement-core-2.5.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/usermanagement-core/usermanagement-core">

View File

@ -76,13 +76,13 @@
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>[0.1.0,)</version>
<version>[0.2.0,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>event-publisher-library</artifactId>
<version>[0.0.1,)</version>
<version>[0.1.0,)</version>
<scope>compile</scope>
</dependency>
<dependency>