2016-04-05 17:24:13 +02:00
<project xmlns= "http://maven.apache.org/POM/4.0.0" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion > 4.0.0</modelVersion>
<parent >
<artifactId > maven-parent</artifactId>
<groupId > org.gcube.tools</groupId>
<version > 1.0.0</version>
<relativePath />
</parent>
<groupId > org.gcube.portal</groupId>
<artifactId > landing-page-library</artifactId>
<version > 1.0.0-SNAPSHOT</version>
<packaging > jar</packaging>
<name > landing-page-library</name>
2016-06-23 17:15:08 +02:00
<description > landing-page-library is a library used in different hooks that understands from which sites the user enter the gateway and redirects accordingly</description>
2016-04-05 17:24:13 +02:00
<properties >
<project.build.sourceEncoding > UTF-8</project.build.sourceEncoding>
<liferay.version > 6.2.5</liferay.version>
</properties>
2016-07-05 17:03:49 +02:00
<dependencyManagement >
<dependencies >
<dependency >
<groupId > org.gcube.distribution</groupId>
<artifactId > maven-portal-bom</artifactId>
<version > LATEST</version>
<type > pom</type>
<scope > import</scope>
</dependency>
</dependencies>
</dependencyManagement>
2016-04-05 17:24:13 +02:00
<dependencies >
2016-07-05 17:03:49 +02:00
<dependency >
<groupId > org.gcube.common.portal</groupId>
<artifactId > portal-manager</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.gcube.portal</groupId>
<artifactId > notifications-common-library</artifactId>
<scope > provided</scope>
</dependency>
2016-04-05 17:24:13 +02:00
<dependency >
<groupId > com.liferay.portal</groupId>
<artifactId > portal-service</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > com.liferay.portal</groupId>
<artifactId > util-java</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > javax.portlet</groupId>
<artifactId > portlet-api</artifactId>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > javax.servlet</groupId>
<artifactId > servlet-api</artifactId>
<version > 2.4</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > javax.servlet.jsp</groupId>
<artifactId > jsp-api</artifactId>
<version > 2.0</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > slf4j-log4j12</artifactId>
</dependency>
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > slf4j-api</artifactId>
</dependency>
</dependencies>
</project>