<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>
		<groupId>org.gcube.tools</groupId>
		<artifactId>maven-parent</artifactId>
		<version>LATEST</version>
	</parent>
	<groupId>org.test</groupId>
	<artifactId>deps</artifactId>
	<version>0.0.1-SNAPSHOT</version>
	<name>deps</name>
	<description>test dependencies</description>
	<dependencies>
		<dependency>
			<groupId>org.gcube.spatial.data</groupId>
			<artifactId>gis-interface</artifactId>
			<version>[2.0.4-SNAPSHOT,3.0.0-SNAPSHOT)</version>
		</dependency>

	</dependencies>
</project>