<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.application</groupId>
    <artifactId>aquamapsservice</artifactId>
    <version>5.0.0-SNAPSHOT</version>
  </parent>
  <artifactId>aquamapsservice-model</artifactId>
  <name>aquamapsservice-model</name>
  <dependencies>
  	<dependency>
			<groupId>org.gcube.application</groupId>
			<artifactId>aquamapsservice-stubs</artifactId>
			<version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
		</dependency>
		
		<dependency>
			<groupId>org.gcube.custom</groupId>
			<artifactId>csv4j-custom</artifactId>
			<version>[1.0.1-SNAPSHOT,2.0.0-SNAPSHOT)</version>
		</dependency>
		<dependency>
			<groupId>com.thoughtworks.xstream</groupId>
			<artifactId>xstream</artifactId>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>[4.11.0,5.0.0)</version>
		</dependency>
		<dependency>
			<groupId>dom4j</groupId>
			<artifactId>dom4j</artifactId>
		</dependency>		
		
		
		
		
		<dependency>
			<groupId>org.json</groupId>
			<artifactId>json</artifactId>
			<version>20080701</version>
		</dependency>
  </dependencies>
</project>