updated pom auth libs
This commit is contained in:
parent
e2a5e64193
commit
87e414d603
8
pom.xml
8
pom.xml
|
@ -116,25 +116,25 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>event-publisher-library</artifactId>
|
||||
<version>[1.0.2, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.0.0-SNAPSHOT,)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>event-publisher-portal</artifactId>
|
||||
<version>[1.0.2, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.0.1-SNAPSHOT,)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>oidc-library</artifactId>
|
||||
<version>[1.2.1, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.2.0-SNAPSHOT,)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>oidc-library-portal</artifactId>
|
||||
<version>[1.3.1, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.2.0-SNAPSHOT,)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- Auth Framework -->
|
||||
|
|
Loading…
Reference in New Issue