<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>iscrawler</artifactId>
  <version>1.5.0-2.14.0</version>
  <name>iscrawler</name>
  <dependencies>
  	
  	<dependency>
  		<groupId>org.gcube.application</groupId>
  		<artifactId>aquamapsservice-cl</artifactId>
  		<version>1.1.1-2.14.0</version>
  	</dependency>

  	<dependency>
  		<groupId>com.liferay.portal</groupId>
  		<artifactId>portal-service</artifactId>
  		<version>6.0.6</version>
  	</dependency>
  </dependencies>
  
</project>