

<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>
	</parent>
	<groupId>org.gcube.distribution</groupId>
	<artifactId>maven-portal-bom</artifactId>
	<version>${bom.version}</version>
	<packaging>pom</packaging>

	<properties>
		<bom.version>1.0.0-SNAPSHOT</bom.version>
		<gwtVersion>2.4.0</gwtVersion>
	</properties>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.gcube.distribution</groupId>
				<artifactId>maven-bom</artifactId>
				<version>LATEST</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.applicationsupportlayer</groupId>
				<artifactId>accesslogger</artifactId>
				<version>[1.2.0-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.applicationsupportlayer</groupId>
				<artifactId>asl_http_access_management</artifactId>
				<version>[1.0.1-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.applicationsupportlayer</groupId>
				<artifactId>aslcontent</artifactId>
				<version>[4.1.3-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.applicationsupportlayer</groupId>
				<artifactId>aslcore</artifactId>
				<version>[3.2.2-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.applicationsupportlayer</groupId>
				<artifactId>aslresourcemanagement</artifactId>
				<version>[1.0.0-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.applicationsupportlayer</groupId>
				<artifactId>aslsearch</artifactId>
				<version>[3.2.0-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.applicationsupportlayer</groupId>
				<artifactId>aslsocial</artifactId>
				<version>[0.1.1-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.applicationsupportlayer</groupId>
				<artifactId>aslstoragemanagement</artifactId>
				<version>[1.0.1-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.applicationsupportlayer</groupId>
				<artifactId>aslvre</artifactId>
				<version>[2.0.3-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.portlets.user</groupId>
				<artifactId>home-library</artifactId>
				<version>[4.3.1-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.portlets.user</groupId>
				<artifactId>home-library-jcr</artifactId>
				<version>[1.3.0-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.portal</groupId>
				<artifactId>custom-portal-handler</artifactId>
				<version>[1.1.0-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>javax.portlet</groupId>
				<artifactId>portlet-api</artifactId>
				<version>2.0</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>com.sencha.gxt</groupId>
				<artifactId>gxt</artifactId>
				<version>[3.0.0,)</version>
			</dependency>
			<dependency>
				<groupId>com.google.gwt</groupId>
				<artifactId>gwt-servlet</artifactId>
				<version>${gwtVersion}</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>com.google.gwt</groupId>
				<artifactId>gwt-user</artifactId>
				<version>${gwtVersion}</version>
				<scope>provided</scope>
			</dependency>

			<dependency>
				<groupId>commons-codec</groupId>
				<artifactId>commons-codec</artifactId>
				<version>1.3</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.apache.commons</groupId>
				<artifactId>commons-compress</artifactId>
				<version>1.3</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>commons-fileupload</groupId>
				<artifactId>commons-fileupload</artifactId>
				<version>1.2.1</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>commons-httpclient</groupId>
				<artifactId>commons-httpclient</artifactId>
				<version>3.1</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.apache.derby</groupId>
				<artifactId>derby</artifactId>
				<version>10.5.3.0</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>net.sf.ehcache</groupId>
				<artifactId>ehcache-core</artifactId>
				<version>2.5.2</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>com.google.guava</groupId>
				<artifactId>guava</artifactId>
				<version>11.0.1</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>net.customware.gwt.dispatch</groupId>
				<artifactId>gwt-dispatch</artifactId>
				<version>1.2.0</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>com.allen-sauer.gwt.log</groupId>
				<artifactId>gwt-log</artifactId>
				<version>3.1.7</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>gov.nih.imagej</groupId>
				<artifactId>imagej</artifactId>
				<version>1.45</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>eu.medsea.mimeutil</groupId>
				<artifactId>mime-util</artifactId>
				<version>2.1.2</version>
				<type>bundle</type>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.informationsystem</groupId>
				<artifactId>iscache</artifactId>
				<version>[1.2.0-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.messaging</groupId>
				<artifactId>accounting-portal</artifactId>
				<version>[1.5.0.SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.personalisation</groupId>
				<artifactId>userprofileaccess-stubs</artifactId>
				<version>[2.1.0-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.personalisation</groupId>
				<artifactId>profileadministration-stubs</artifactId>
				<version>[1.1.0-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.portlets.user</groupId>
				<artifactId>gcube-widgets</artifactId>
				<version>[1.4.0-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.portlets.user</groupId>
				<artifactId>workspace-light-tree</artifactId>
				<version>[2.9.1-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.portlets.user</groupId>
				<artifactId>workspace-tree-widget</artifactId>
				<version>[6.0.1-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
			<dependency>
				<groupId>org.gcube.dvos</groupId>
				<artifactId>usermanagement-core</artifactId>
				<version>[1.3.0-SNAPSHOT,)</version>
				<scope>provided</scope>
			</dependency>
		</dependencies>
	</dependencyManagement>

</project>