UPDATED pom to include new users management and VRE Folder hook
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/gcube-portal-bundle@125440 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
de601f5d8b
commit
888c8e6408
22
pom.xml
22
pom.xml
|
@ -27,7 +27,7 @@
|
||||||
with the enabling portlets one -->
|
with the enabling portlets one -->
|
||||||
<gcubeLoginVersionLayout>300SNAPSHOT</gcubeLoginVersionLayout>
|
<gcubeLoginVersionLayout>300SNAPSHOT</gcubeLoginVersionLayout>
|
||||||
<gcubeLoggedinVersionLayout>300SNAPSHOT</gcubeLoggedinVersionLayout>
|
<gcubeLoggedinVersionLayout>300SNAPSHOT</gcubeLoggedinVersionLayout>
|
||||||
<usersManagementVersionLayout>230SNAPSHOT</usersManagementVersionLayout>
|
<usersManagementVersionLayout>300SNAPSHOT</usersManagementVersionLayout>
|
||||||
<rolesManagementVersionLayout>160SNAPSHOT</rolesManagementVersionLayout>
|
<rolesManagementVersionLayout>160SNAPSHOT</rolesManagementVersionLayout>
|
||||||
<addUsersVersionLayout>141SNAPSHOT</addUsersVersionLayout>
|
<addUsersVersionLayout>141SNAPSHOT</addUsersVersionLayout>
|
||||||
<resourceManagementVersionLayout>600SNAPSHOT</resourceManagementVersionLayout>
|
<resourceManagementVersionLayout>600SNAPSHOT</resourceManagementVersionLayout>
|
||||||
|
@ -319,7 +319,7 @@
|
||||||
<version>[2.0.0-SNAPSHOT,)</version>
|
<version>[2.0.0-SNAPSHOT,)</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Enabling Portlets -->
|
<!-- Enabling Portlets & Plugins -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
<artifactId>gcube-login</artifactId>
|
<artifactId>gcube-login</artifactId>
|
||||||
|
@ -332,12 +332,18 @@
|
||||||
<version>[3.0.0-SNAPSHOT,)</version>
|
<version>[3.0.0-SNAPSHOT,)</version>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- <dependency> -->
|
<dependency>
|
||||||
<!-- <groupId>org.gcube.portlets.admin</groupId> -->
|
<groupId>org.gcube.portlets.admin</groupId>
|
||||||
<!-- <artifactId>UsersManagementPortlet</artifactId> -->
|
<artifactId>UsersManagementPortlet</artifactId>
|
||||||
<!-- <version>[2.3.0-SNAPSHOT,)</version> -->
|
<version>[3.0.0-SNAPSHOT,)</version>
|
||||||
<!-- <type>war</type> -->
|
<type>war</type>
|
||||||
<!-- </dependency> -->
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.gcube.portal.plugins</groupId>
|
||||||
|
<artifactId>VREFolder-hook</artifactId>
|
||||||
|
<version>[6.3.0-SNAPSHOT,)</version>
|
||||||
|
<type>war</type>
|
||||||
|
</dependency>
|
||||||
<!-- <dependency> -->
|
<!-- <dependency> -->
|
||||||
<!-- <groupId>org.gcube.portlet</groupId> -->
|
<!-- <groupId>org.gcube.portlet</groupId> -->
|
||||||
<!-- <artifactId>RolesManagementPortlet</artifactId> -->
|
<!-- <artifactId>RolesManagementPortlet</artifactId> -->
|
||||||
|
|
Loading…
Reference in New Issue