Removed Social Networking Library Dependency

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-01-29 18:33:51 +01:00
parent a7bed05f4c
commit 71a8da3c5b
2 changed files with 1 additions and 5 deletions

View File

@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- [#23676] Fixed - Added extension .txt to ASC files when dowloaded - [#23676] Fixed - Added extension .txt to ASC files when dowloaded
- [#23789] Fixed - Notebook files (.ipynb) are downloaded with .txt attached. - [#23789] Fixed - Notebook files (.ipynb) are downloaded with .txt attached.
- [#23862] Fixed - Downloading folders containing a "." in the name, the .zip is appended to file name - [#23862] Fixed - Downloading folders containing a "." in the name, the .zip is appended to file name
- [#26521] Removed Social Networking Library Dependency
## [v6.35.1] - 2022-06-27 ## [v6.35.1] - 2022-06-27

View File

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