<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.tools</groupId>
		<artifactId>maven-parent</artifactId>
		<version>1.2.0</version>
	</parent>
	
  <groupId>org.gcube.resourcemanagement</groupId>
  <artifactId>whnmanager-api</artifactId>
  <version>2.0.2-SNAPSHOT</version>
  <name>whn manager api interface</name>
  <description>common libraries for whnmanager</description>
  
  <properties>
		<distroDirectory>distro</distroDirectory>
		<maven.compiler.source>1.8</maven.compiler.source>
		<maven.compiler.target>1.8</maven.compiler.target>
	</properties>

<dependencies>
<dependency>
    <groupId>com.sun.xml.ws</groupId>
    <artifactId>jaxws-ri</artifactId>
    <version>2.3.2</version>
    <type>pom</type>
</dependency>
</dependencies>

</project>