<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.distribution</groupId>
  <artifactId>ghn-client-notification</artifactId>
  
  <version>1.0.0-3.2.0</version>
  
  <packaging>pom</packaging>
  
  <dependencies>
  
  
		<dependency>
			<groupId>org.gcube.informationsystem</groupId>
			<artifactId>is-notification</artifactId>
			<version>1.4.1-3.2.0</version>
			<scope>runtime</scope>
		</dependency>

		<dependency>
			<groupId>org.gcube.informationsystem</groupId>
			<artifactId>notifier-stubs</artifactId>
			<version>1.4.0-3.2.0</version>
			<scope>runtime</scope>
		</dependency>
		
  		<dependency>
			<groupId>directory-naming</groupId>
			<artifactId>naming-factory</artifactId>
			<version>0.8</version>
			<scope>runtime</scope>
		</dependency>

		<dependency>
			<groupId>org.gcube.distribution</groupId>
			<artifactId>commonj</artifactId>
			<version>1.1</version>
			<scope>runtime</scope>
		</dependency>
		
		<dependency>
			<groupId>org.gcube.distribution</groupId>
			<artifactId>concurrent</artifactId>
			<version>1.3.4</version>
			<scope>runtime</scope>
		</dependency>
		
		<dependency>
			<groupId>xml-security</groupId>
			<artifactId>xmlsec</artifactId>
			<version>1.2.1</version>
			<scope>runtime</scope>
		</dependency>

  </dependencies>
  
</project>