Removed social networking library dependency

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-01-30 18:28:39 +01:00
parent f1f46e52b8
commit 280344c310
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
## [v3.0.2] - 2022-06-08
- Released for HL removal in portal
- Removed Social Networking Library dependency #26524
## [v3.0.1] - 2021-07-08

View File

@ -132,11 +132,6 @@
<artifactId>portlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>