Removed social networking library dependency

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-02-01 15:14:06 +01:00
parent 0c903981d5
commit 1d24cacba9
2 changed files with 1 additions and 5 deletions

View File

@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
#### Enhancements
- [#23225] Updated the method to read the members of (VRE or Simple) shared folders
- [#26529] Removed social networking library dependency
## [v2.0.6] - 2020-07-15

View File

@ -155,11 +155,6 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>