Added Storage hub dependency
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/gcube-portal-bundle@169317 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
97a497c1a8
commit
09c55704f9
|
@ -1,4 +1,7 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.portal.portal-bundle.4-6-0" date="2018-06-19">
|
||||
<Change>Added Storage hub dependency</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.portal.portal-bundle.4-3-0" date="2017-01-06">
|
||||
<Change>Removed dismissed ASL Components, added portal auth library dependency</Change>
|
||||
</Changeset>
|
||||
|
|
19
pom.xml
19
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-portal-bundle</artifactId>
|
||||
<version>4.5.0-SNAPSHOT</version>
|
||||
<version>4.6.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>gcube-portal-bundle</name>
|
||||
|
@ -43,7 +43,7 @@
|
|||
common-gcore-stubs,common-scope,common-scope-maps,common-uri,discovery-client,ic-client,
|
||||
registry-publisher,common-authorization,authorization-client,document-store-lib,
|
||||
accounting-lib,threadlocal-vars-cleaner,common-generic-clients</fws-artifactsid>
|
||||
<hl-artifactsid>home-library,home-library-model,home-library-jcr,jackrabbit-jcr-commons,jackrabbit-jcr-rmi-custom,jcr</hl-artifactsid>
|
||||
<hl-artifactsid>home-library,home-library-model,home-library-jcr,jackrabbit-jcr-commons,jackrabbit-jcr-rmi-custom,jcr,storagehub-client-library,storagehub-model</hl-artifactsid>
|
||||
<snl-artifactsid>social-networking-library,notifications-common-library,tour-manager</snl-artifactsid>
|
||||
<ep-artifactsid>gcube-login-portlet,gcube-loggedin,UsersManagementPortlet,register-vre-users,resource-management,service-endpoint-editor</ep-artifactsid>
|
||||
<custom-plugins-artifactsid>gcube-responsive-theme,session-timeout-hook</custom-plugins-artifactsid>
|
||||
|
@ -455,6 +455,12 @@
|
|||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- End FWS -->
|
||||
<!-- Storage Hub -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>storagehub-client-library</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- Home Library -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
|
@ -556,6 +562,10 @@
|
|||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>log4j-over-slf4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>com.boundary</groupId>
|
||||
<artifactId>high-scale-lib</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -574,6 +584,11 @@
|
|||
<artifactId>astyanax-cassandra</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.stephenc.high-scale-lib</groupId>
|
||||
<artifactId>high-scale-lib</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>tour-manager</artifactId>
|
||||
|
|
Loading…
Reference in New Issue