<?xml version="1.0"?>

<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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>com.liferay.portal</groupId>
		<artifactId>portal-parent</artifactId>
		<version>6.2.3</version>
	</parent>
	<groupId>com.liferay.portal</groupId>
	<artifactId>portal-impl</artifactId>
	<name>Liferay Portal Impl</name>
	<version>6.2.3</version>
	<description>Contains implementation for the portal services.</description>
	<dependencies>
		<dependency>
			<groupId>com.liferay.portal</groupId>
			<artifactId>portal-service</artifactId>
			<version>6.2.3</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>com.liferay.portal</groupId>
			<artifactId>util-bridges</artifactId>
			<version>6.2.3</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>com.liferay.portal</groupId>
			<artifactId>util-java</artifactId>
			<version>6.2.3</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
</project>