Removed social networking library dependency

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-02-01 15:32:21 +01:00
parent 93457ae1a9
commit 5b5c352c8b
2 changed files with 1 additions and 5 deletions

View File

@ -6,5 +6,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v1.0.0-SNAPSHOT] - 2021-11-02
- Removed social networking library dependency [#26535]
First Release

View File

@ -89,11 +89,6 @@
<groupId>org.gcube.core</groupId>
<artifactId>common-encryption</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>invites-common-library</artifactId>