<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.data-transformation</groupId>
	<artifactId>data-transformation-library-pom</artifactId>
	<version>2.1.1-2.13.0</version>
	<packaging>pom</packaging>

	<name>DataTransformationLibrary-POM</name>
	<description>A library for the Data Transformation Service</description>

	<modules>
		<module>DataTransformationLibrary</module>
		<module>DataTransformationLibrary-NODEPS</module>
	</modules>

	<properties>
		<distroDirectory>distro</distroDirectory>
	</properties>

	<dependencies>
		<dependency>
			<groupId>org.gcube.core</groupId>
			<artifactId>gcf</artifactId>
			<scope>provided</scope>
			<version>1.6.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.core</groupId>
			<artifactId>common-scope</artifactId>
			<version>1.1.0-2.13.0</version>
		</dependency>
		<dependency>
			<groupId>org.gcube.search</groupId>
			<artifactId>resultsetclientlibrary</artifactId>
			<version>3.1.1-2.13.0</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
			<version>1.6.4</version>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
			<version>1.6.4</version>
		</dependency>
	</dependencies>

</project>