added common authorization artifacts (2)
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/distributions/maven-portal-bom@119484 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
06edbb7524
commit
0396b6f05b
12
pom.xml
12
pom.xml
|
@ -129,6 +129,18 @@
|
||||||
<version>[1.2.1-SNAPSHOT,)</version>
|
<version>[1.2.1-SNAPSHOT,)</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.gcube.common</groupId>
|
||||||
|
<artifactId>authorization-client</artifactId>
|
||||||
|
<version>[1.0.0-SNAPSHOT,)</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.gcube.common</groupId>
|
||||||
|
<artifactId>common-authorization</artifactId>
|
||||||
|
<version>[1.0.0-SNAPSHOT,)</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
<!-- End FWS -->
|
<!-- End FWS -->
|
||||||
<!-- Home Library -->
|
<!-- Home Library -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue