Compare commits

..

No commits in common. "Feature/26530" 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
## [v1.2.0] - 2021-12-17
- Task #22596 Ported to git and removed Home Library dep.
- Feature #26530 Removed social networking library dependency.
## [v1.0.0] - 2019-05-21

View File

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