Removed social networking library dependency
This commit is contained in:
parent
dfaa18418b
commit
cae7a2060d
|
@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
- Ported to git
|
||||
- Removed home Library dep for sending messages
|
||||
- Removed social networking library dependency #26533
|
||||
|
||||
## [v2.2.0] - 2017-01-22
|
||||
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -88,11 +88,6 @@
|
|||
<artifactId>aslsocial</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>social-networking-library</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>gwt-jsonmaker</artifactId>
|
||||
|
|
Loading…
Reference in New Issue