ref 19129: DataMiner portlet still returns...

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

Updated pom to support new common-authorization-2.3.0
feature/23107
Giancarlo Panichi 4 years ago
parent 391322b149
commit e385feed7c

@ -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 -->

Loading…
Cancel
Save