fixed pom
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/gcube-portal-bundle@132686 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
af1dabc56a
commit
5baee248b7
49
pom.xml
49
pom.xml
|
@ -26,18 +26,17 @@
|
|||
<!-- As long as we do not automatize this make sure the version correspond
|
||||
with the enabling portlets one -->
|
||||
|
||||
<gcubeLoggedinVersionLayout>310SNAPSHOT</gcubeLoggedinVersionLayout>
|
||||
<usersManagementVersionLayout>300SNAPSHOT</usersManagementVersionLayout>
|
||||
<rolesManagementVersionLayout>160SNAPSHOT</rolesManagementVersionLayout>
|
||||
<addUsersVersionLayout>200SNAPSHOT</addUsersVersionLayout>
|
||||
<resourceManagementVersionLayout>600SNAPSHOT</resourceManagementVersionLayout>
|
||||
<!-- <gcubeLoggedinVersionLayout>310SNAPSHOT</gcubeLoggedinVersionLayout> -->
|
||||
<!-- <usersManagementVersionLayout>300SNAPSHOT</usersManagementVersionLayout> -->
|
||||
<!-- <rolesManagementVersionLayout>160SNAPSHOT</rolesManagementVersionLayout> -->
|
||||
<!-- <addUsersVersionLayout>200SNAPSHOT</addUsersVersionLayout> -->
|
||||
<!-- <resourceManagementVersionLayout>600SNAPSHOT</resourceManagementVersionLayout> -->
|
||||
|
||||
<!-- <gcubeLoginVersionLayout>300400</gcubeLoginVersionLayout> -->
|
||||
<!-- <gcubeLoggedinVersionLayout>300400</gcubeLoggedinVersionLayout> -->
|
||||
<!-- <usersManagementVersionLayout>300400</usersManagementVersionLayout> -->
|
||||
<!-- <rolesManagementVersionLayout>300400</rolesManagementVersionLayout> -->
|
||||
<!-- <addUsersVersionLayout>200400</addUsersVersionLayout> -->
|
||||
<!-- <resourceManagementVersionLayout>600400</resourceManagementVersionLayout> -->
|
||||
<gcubeLoggedinVersionLayout>310410</gcubeLoggedinVersionLayout>
|
||||
<usersManagementVersionLayout>310400</usersManagementVersionLayout>
|
||||
<rolesManagementVersionLayout>300400</rolesManagementVersionLayout>
|
||||
<addUsersVersionLayout>210410</addUsersVersionLayout>
|
||||
<resourceManagementVersionLayout>600410</resourceManagementVersionLayout>
|
||||
|
||||
<asl-artifactsid>aslcontent,aslcore,aslsearch,aslsocial,accesslogger</asl-artifactsid>
|
||||
<fws-artifactsid>common-clients,common-configuration-scanner,common-fw-clients,common-gcore-resources,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,document-store-lib-couchdb,threadlocal-vars-cleaner</fws-artifactsid>
|
||||
|
@ -283,18 +282,18 @@
|
|||
<version>[6.3.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal.liferay</groupId>
|
||||
<artifactId>gcube-responsive-theme</artifactId>
|
||||
<version>[6.3.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal.liferay</groupId>
|
||||
<artifactId>VREHome-template</artifactId>
|
||||
<version>[6.3.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gcube.portal.liferay</groupId> -->
|
||||
<!-- <artifactId>gcube-responsive-theme</artifactId> -->
|
||||
<!-- <version>[6.3.0-SNAPSHOT,)</version> -->
|
||||
<!-- <type>war</type> -->
|
||||
<!-- </dependency> -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gcube.portal.liferay</groupId> -->
|
||||
<!-- <artifactId>VREHome-template</artifactId> -->
|
||||
<!-- <version>[6.3.0-SNAPSHOT,)</version> -->
|
||||
<!-- <type>war</type> -->
|
||||
<!-- </dependency> -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal.plugins</groupId>
|
||||
<artifactId>VREFolder-hook</artifactId>
|
||||
|
@ -573,6 +572,10 @@
|
|||
<artifactId>jetty</artifactId>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>log4j-over-slf4j</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue