<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.execution</groupId>
	<artifactId>rrgcubeplugins</artifactId>
	<version>1.0.0</version>
	<packaging>jar</packaging>

	<name>RRGCubePlugins</name>
	<description>Resource Registry GCUBE Plugins</description>
	<scm>
		<connection>scm:https://svn.d4science.research-infrastructures/gcube/branches/resource-registry/RRGCubePlugins/1.0/RRGCubePlugins</connection>
		<developerConnection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/branches/resource-registry/RRGCubePlugins/1.0/RRGCubePlugins</developerConnection>
		<url>http://svn.d4science.research-infrastructures.eu/gcube/branches/resource-registry/RRGCubePlugins/1.0/RRGCubePlugins</url>
	</scm>

	<properties>
		<distroDirectory>distro</distroDirectory>
	</properties>

	<dependencies>
		<dependency>
			<groupId>org.gcube.core</groupId>
			<artifactId>gcf</artifactId>
			<version>1.5.0</version>
			<scope>provided</scope>
		</dependency>
		
		<dependency>
			<groupId>org.gcube.execution</groupId>
			<artifactId>rraggregator</artifactId>
			<version>1.3.0</version>
		</dependency>
		
		<dependency>
			<groupId>org.gcube.execution</groupId>
			<artifactId>madgikcommonslibrary</artifactId>
			<version>1.2.0</version>
		</dependency>

	</dependencies>
</project>