Aligned to dependency event and oidc-* libs version
This commit is contained in:
parent
2e40eb18cd
commit
6a43848bfa
|
@ -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">
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue