Removed Social Networking Library Dependency

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-01-30 17:26:19 +01:00
parent 420e472f0b
commit b935484fd6
3 changed files with 6 additions and 4 deletions

View File

@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v2.7.1] - 2020-12-11
- Fix for issue on test #23646
- Removed Social Networking library dependency #26522
## [v2.7.0] - 2020-12-11

View File

@ -78,9 +78,10 @@
<version>[1.5.1-SNAPSHOT, 2.0.0)</version>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
<scope>provided</scope>
<!--needs to be provided -->
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-model</artifactId>
<version>[1.2.0-SNAPSHOT, 2.0.0)</version>
</dependency>
<dependency>
<groupId>com.google</groupId>

View File

@ -7,7 +7,7 @@
<inherits name="org.gcube.portlets.widgets.inviteswidget.InvitesWidget"/>
<!-- Other module inherits -->
<inherits name="org.jsonmaker.gwt.Gwt_jsonmaker" />
<inherits name='org.gcube.portal.databook.GCubeSocialNetworking' />
<inherits name='org.gcube.social_networking.socialnetworking.model.GCubeSocialNetworking' />
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.user.invitefriends.client.InviteFriends' />