remove HL dependency from pom

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portal/ws-synchronized-module-library@174264 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-11-20 16:42:13 +00:00
parent c55915b465
commit 8b3cdb3097
2 changed files with 2 additions and 19 deletions

View File

@ -1,7 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.portal.ws-synchronized-module-library.1-1-0"
date="2018-11-20">
<Change>Read of "WS-SYNCH.SYNCH-STATUS" from StorageHub instead of HL
<Change>[Task #12909] Reading the "WS-SYNCH.SYNCH-STATUS" property from StorageHub instead of HL
</Change>
</Changeset>
<Changeset component="org.gcube.portal.ws-synchronized-module-library.1-0-1"

19
pom.xml
View File

@ -74,24 +74,7 @@
<scope>compile</scope>
</dependency>
<!-- END FWS -->
<!-- HOME LIBRARY -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>home-library-model</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>home-library</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>home-library-jcr</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>