<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.1.1-2.14.0</version>
  <name>aquamapsservice-cl</name>
  <dependencies>
  	<dependency>
  		<groupId>org.gcube.application</groupId>
  		<artifactId>aquamapsservice-stubs</artifactId>
  		<version>4.1.1-2.14.0</version>
  	</dependency>
  	

  	<dependency>
  		<groupId>org.gcube.core</groupId>
  		<artifactId>common-gcore-clients</artifactId>
  		<version>2.1.0-2.14.0</version>
  	</dependency>
  	<dependency>
  		<groupId>commons-codec</groupId>
  		<artifactId>commons-codec</artifactId>
  		<version>[1.7.0,2.0.0)</version>
  	</dependency>
  	<dependency>
  		<groupId>org.gcube.common</groupId>
  		<artifactId>csv4j</artifactId>
  		<version>1.1.0-2.14.0</version>
  	</dependency>
  	<dependency>
  		<groupId>com.thoughtworks.xstream</groupId>
  		<artifactId>xstream</artifactId>
  		<version>1.3.1</version>
  	</dependency>
  	<dependency>
  		<groupId>junit</groupId>
  		<artifactId>junit</artifactId>
  		<version>[4.11.0,5.0.0)</version>
  	</dependency>
  	<dependency>
  		<groupId>dom4j</groupId>
  		<artifactId>dom4j</artifactId>
  		<version>[1.6.1,2.0.0)</version>
  	</dependency>
  	<dependency>
  		<groupId>org.gcube.core</groupId>
  		<artifactId>gcf</artifactId>
  		<version>1.6.1-2.14.0</version>
  	</dependency>
  	<dependency>
  		<groupId>org.gcube.execution</groupId>
  		<artifactId>grs2library</artifactId>
  		<version>2.1.0-2.14.0</version>
  	</dependency>
  	<dependency>
  		<groupId>org.gcube.execution</groupId>
  		<artifactId>madgikcommonslibrary</artifactId>
  		<version>1.4.0-2.14.0</version>
  	</dependency>
  	<dependency>
  		<groupId>postgresql</groupId>
  		<artifactId>postgresql</artifactId>
  		<version>8.4-702.jdbc4</version>
  		<scope>test</scope>
  	</dependency>
  	<dependency>
  		<groupId>commons-cli</groupId>
  		<artifactId>commons-cli</artifactId>
  		<version>2.0.0</version>
  		<scope>runtime</scope>
  	</dependency>
  </dependencies>
</project>
