ref 19129: DataMiner portlet still returns...

https://support.d4science.org/issues/19129

Updated pom to support new common-authorization-2.3.0
This commit is contained in:
Giancarlo Panichi 2020-06-08 15:22:38 +02:00
parent 391322b149
commit e385feed7c
1 changed files with 4 additions and 0 deletions

View File

@ -122,6 +122,7 @@
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-smartgears</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
@ -132,10 +133,13 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-scope</artifactId>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/xml-apis/xml-apis -->