Compare commits

..

No commits in common. "Feature/26532" and "master" have entirely different histories.

3 changed files with 4 additions and 6 deletions

View File

@ -9,7 +9,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Ported to git - Ported to git
- Feature #22595 VRE Managers and Groups should be extended to show also other roles - Feature #22595 VRE Managers and Groups should be extended to show also other roles
- Feature #26532 Removed social networking library dependency
## [v2.3.0] - 2018-10-22 ## [v2.3.0] - 2018-10-22

View File

@ -49,11 +49,10 @@
<groupId>org.gcube.common.portal</groupId> <groupId>org.gcube.common.portal</groupId>
<artifactId>portal-manager</artifactId> <artifactId>portal-manager</artifactId>
</dependency> </dependency>
<!--needs to be provided -->
<dependency> <dependency>
<groupId>org.gcube.social-networking</groupId> <groupId>org.gcube.portal</groupId>
<artifactId>social-service-model</artifactId> <artifactId>social-networking-library</artifactId>
<version>[1.2.0-SNAPSHOT, 2.0.0)</version> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.dvos</groupId> <groupId>org.gcube.dvos</groupId>

View File

@ -12,7 +12,7 @@ import javax.servlet.http.HttpServletRequest;
import org.apache.commons.codec.binary.Base64; import org.apache.commons.codec.binary.Base64;
import org.gcube.common.portal.GCubePortalConstants; import org.gcube.common.portal.GCubePortalConstants;
import org.gcube.common.portal.PortalContext; import org.gcube.common.portal.PortalContext;
import org.gcube.social_networking.socialnetworking.model.client.GCubeSocialNetworking; import org.gcube.portal.databook.client.GCubeSocialNetworking;
import org.gcube.vomanagement.usermanagement.impl.LiferayGroupManager; import org.gcube.vomanagement.usermanagement.impl.LiferayGroupManager;
import org.gcube.vomanagement.usermanagement.impl.LiferayRoleManager; import org.gcube.vomanagement.usermanagement.impl.LiferayRoleManager;
import org.gcube.vomanagement.usermanagement.model.GCubeTeam; import org.gcube.vomanagement.usermanagement.model.GCubeTeam;