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 -->
|
||||
<gcubeLoginVersionLayout>300SNAPSHOT</gcubeLoginVersionLayout>
|
||||
<gcubeLoggedinVersionLayout>300SNAPSHOT</gcubeLoggedinVersionLayout>
|
||||
<usersManagementVersionLayout>230SNAPSHOT</usersManagementVersionLayout>
|
||||
<usersManagementVersionLayout>300SNAPSHOT</usersManagementVersionLayout>
|
||||
<rolesManagementVersionLayout>160SNAPSHOT</rolesManagementVersionLayout>
|
||||
<addUsersVersionLayout>141SNAPSHOT</addUsersVersionLayout>
|
||||
<resourceManagementVersionLayout>600SNAPSHOT</resourceManagementVersionLayout>
|
||||
|
@ -319,7 +319,7 @@
|
|||
<version>[2.0.0-SNAPSHOT,)</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<!-- Enabling Portlets -->
|
||||
<!-- Enabling Portlets & Plugins -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>gcube-login</artifactId>
|
||||
|
@ -332,12 +332,18 @@
|
|||
<version>[3.0.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gcube.portlets.admin</groupId> -->
|
||||
<!-- <artifactId>UsersManagementPortlet</artifactId> -->
|
||||
<!-- <version>[2.3.0-SNAPSHOT,)</version> -->
|
||||
<!-- <type>war</type> -->
|
||||
<!-- </dependency> -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.admin</groupId>
|
||||
<artifactId>UsersManagementPortlet</artifactId>
|
||||
<version>[3.0.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal.plugins</groupId>
|
||||
<artifactId>VREFolder-hook</artifactId>
|
||||
<version>[6.3.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gcube.portlet</groupId> -->
|
||||
<!-- <artifactId>RolesManagementPortlet</artifactId> -->
|
||||
|
|
Loading…
Reference in New Issue