Compare commits

..

No commits in common. "Feature/26528" 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
### Features
- Updated pom for StorageHub 2
- Removed social networking library dependency #26528
## [v1.15.0] - 2021-11-30

View File

@ -215,6 +215,11 @@
</dependency>
<!-- Social -->
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
<scope>provided</scope>
</dependency>
<!-- Common Encryption -->
<dependency>