Compare commits

..

No commits in common. "Feature/26518" and "master" have entirely different histories.

2 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v4.5.0] - 2022-03-08
- Feature #24402 increased waiting time between LR Site Creation and LR Site user assignments (manager, designer)
- Feature #26518 removed social networking library dependency
## [v4.4.0] - 2021-07-08

View File

@ -69,6 +69,11 @@
<artifactId>aslsocial</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>