Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" encoding="UTF-8"?>
2 32675 andrea.man
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 26600 sandro.lab
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-parent</artifactId>
7 32673 andrea.man
		<version>1.0.0</version>
8 32675 andrea.man
        <relativePath></relativePath>
9 26600 sandro.lab
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-eagle-workflows</artifactId>
13
	<packaging>jar</packaging>
14 32675 andrea.man
	<version>2.0.0-SNAPSHOT</version>
15 32680 andrea.man
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-eagle-workflows/trunk</developerConnection>
17
	</scm>
18 26600 sandro.lab
	<dependencies>
19
		<dependency>
20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>dnet-msro-service</artifactId>
22 32673 andrea.man
			<version>[2.0.0,3.0.0)</version>
23 26600 sandro.lab
		</dependency>
24
25
		<dependency>
26
			<groupId>eu.dnetlib</groupId>
27
			<artifactId>dnet-download-service</artifactId>
28 32673 andrea.man
			<version>[2.0.0,3.0.0)</version>
29 28278 andrea.man
		</dependency>
30 26600 sandro.lab
31 28278 andrea.man
		<dependency>
32
			<groupId>commons-httpclient</groupId>
33
			<artifactId>commons-httpclient</artifactId>
34
			<version>3.1</version>
35 26600 sandro.lab
		</dependency>
36
	</dependencies>
37
</project>