Removed social networking library dependency

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-01-31 18:56:14 +01:00
parent dfaa18418b
commit cae7a2060d
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
- Ported to git
- Removed home Library dep for sending messages
- Removed social networking library dependency #26533
## [v2.2.0] - 2017-01-22

View File

@ -88,11 +88,6 @@
<artifactId>aslsocial</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google</groupId>
<artifactId>gwt-jsonmaker</artifactId>