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:
parent
391322b149
commit
e385feed7c
4
pom.xml
4
pom.xml
|
@ -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…
Reference in New Issue