<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-publisherlibrary</artifactId>
  <version>3.2.1-2.17.2</version>
  <name>aquamapsservice-publisherlibrary</name>
  <dependencies>
  	<dependency>
  		<groupId>org.gcube.application</groupId>
  		<artifactId>aquamapsservice-cl</artifactId>
  		<version>3.0.0-2.17.2</version>
  	</dependency>
  	<dependency>
  		<groupId>org.gcube.common</groupId>
  		<artifactId>dbinterface</artifactId>
  		<version>1.4.0-2.17.2</version>
  	</dependency>
  	<dependency>
  <groupId>org.mortbay.jetty</groupId>
  <artifactId>jetty</artifactId>
  <version>7.0.0.pre5</version>
</dependency>
<dependency>
  <groupId>org.mortbay.jetty</groupId>
  <artifactId>jetty-util</artifactId>
  <version>7.0.0.pre5</version>
</dependency>
<dependency>
  <groupId>org.gcube.dbinterface</groupId>
  <artifactId>postgres</artifactId>
  <version>1.4.0-2.17.2</version>
  <scope>runtime</scope>
</dependency>
  	<dependency>
  		<groupId>org.gcube.core</groupId>
  		<artifactId>gcf</artifactId>
  		<version>1.6.2-2.17.2</version>
  	</dependency>
  </dependencies>
</project>