Removed social networking library dependency
This commit is contained in:
parent
f1f46e52b8
commit
280344c310
|
@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
## [v3.0.2] - 2022-06-08
|
||||
|
||||
- Released for HL removal in portal
|
||||
- Removed Social Networking Library dependency #26524
|
||||
|
||||
## [v3.0.1] - 2021-07-08
|
||||
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -132,11 +132,6 @@
|
|||
<artifactId>portlet-api</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>social-networking-library</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
|
|
Loading…
Reference in New Issue