Removed social networking library dependency

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-01-25 16:30:25 +01:00
parent c807442378
commit a785386f12
2 changed files with 1 additions and 5 deletions

View File

@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v1.1.4] - 2023-12-21
- Fixing `publication_date` issue [#26166]
- Removed Social Networking Library dependency [#26511]
## [v1.1.3] - 2023-07-25

View File

@ -110,11 +110,6 @@
<artifactId>portal-manager</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>custom-portal-handler</artifactId>