fixed pom
This commit is contained in:
parent
82308f93f2
commit
95be84597a
9
pom.xml
9
pom.xml
|
@ -56,7 +56,7 @@
|
||||||
accounting-lib,threadlocal-vars-cleaner,common-generic-clients,
|
accounting-lib,threadlocal-vars-cleaner,common-generic-clients,
|
||||||
event-publisher-library,event-publisher-portal,oidc-library,oidc-library-portal,common-gcube-calls</fws-artifactsid>
|
event-publisher-library,event-publisher-portal,oidc-library,oidc-library-portal,common-gcube-calls</fws-artifactsid>
|
||||||
<snl-artifactsid>
|
<snl-artifactsid>
|
||||||
social-library-stubs,social-service-client,notifications-common-library,tour-manager</snl-artifactsid>
|
social-library-stubs,social-service-client,social-service-model,notifications-common-library,tour-manager</snl-artifactsid>
|
||||||
<ep-artifactsid>
|
<ep-artifactsid>
|
||||||
gcube-login-portlet,gcube-loggedin,UsersManagementPortlet,register-vre-users,resource-management-portlet,service-endpoint-editor</ep-artifactsid>
|
gcube-login-portlet,gcube-loggedin,UsersManagementPortlet,register-vre-users,resource-management-portlet,service-endpoint-editor</ep-artifactsid>
|
||||||
<custom-plugins-artifactsid>
|
<custom-plugins-artifactsid>
|
||||||
|
@ -501,6 +501,13 @@
|
||||||
<groupId>org.gcube.social-networking</groupId>
|
<groupId>org.gcube.social-networking</groupId>
|
||||||
<artifactId>social-service-client</artifactId>
|
<artifactId>social-service-client</artifactId>
|
||||||
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
|
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.gcube.social-networking</groupId>
|
||||||
|
<artifactId>social-service-model</artifactId>
|
||||||
|
<version>[1.2.0-SNAPSHOT, 2.0.0)</version>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.portal</groupId>
|
<groupId>org.gcube.portal</groupId>
|
||||||
|
|
Loading…
Reference in New Issue