<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.application</groupId>
  <artifactId>aquamapsservice-cl</artifactId>
  <version>1.0.0-SNAPSHOT</version>
  <name>aquamapsservice-cl</name>
  <dependencies>
  	<dependency>
  		<groupId>org.gcube.core</groupId>
  		<artifactId>common-gcore-clients</artifactId>
  		<version>2.0.0</version>
  	</dependency>
  	<dependency>
  		<groupId>org.gcube.application</groupId>
  		<artifactId>aquamapsservice-stubs</artifactId>
  		<version>4.0.0-SNAPSHOT</version>
  	</dependency>
  	<dependency>
  		<groupId>com.thoughtworks.xstream</groupId>
  		<artifactId>xstream</artifactId>
  		<version>1.4.3</version>
  	</dependency>
  	<dependency>
  		<groupId>junit</groupId>
  		<artifactId>junit</artifactId>
  		<version>4.10</version>
  	</dependency>
  	<dependency>
  		<groupId>org.gcube.execution</groupId>
  		<artifactId>madgikcommonslibrary</artifactId>
  		<version>1.2.0</version>
  	</dependency>
  	<dependency>
  		<groupId>commons-codec</groupId>
  		<artifactId>commons-codec</artifactId>
  		<version>1.6</version>
  	</dependency>
  	<dependency>
  		<groupId>org.gcube.execution</groupId>
  		<artifactId>grs2library</artifactId>
  		<version>2.0.0</version>
  	</dependency>
  	<dependency>
  		<groupId>org.gcube.common</groupId>
  		<artifactId>csv4j</artifactId>
  		<version>1.1.0-2.12.0</version>
	</dependency>
  </dependencies>
</project>