Compare commits

..

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

2 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
#### Enhancements
- [#23225] Updated the method to read the members of (VRE or Simple) shared folders
- [#26529] Removed social networking library dependency
## [v2.0.6] - 2020-07-15

View File

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