Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" encoding="UTF-8"?>
2 32681 andrea.man
<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/maven-v4_0_0.xsd">
3 26600 sandro.lab
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6 39019 andrea.man
		<version>1.0.0</version>
7 32681 andrea.man
        <relativePath />
8 26600 sandro.lab
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-eagle-workflows</artifactId>
12
	<packaging>jar</packaging>
13 41833 andrea.man
	<version>3.0.6-SNAPSHOT</version>
14 32680 andrea.man
	<scm>
15 41833 andrea.man
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-eagle-workflows/trunk</developerConnection>
16 32680 andrea.man
	</scm>
17 26600 sandro.lab
	<dependencies>
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>dnet-msro-service</artifactId>
21 33959 andrea.man
			<version>[3.0.0,4.0.0)</version>
22 26600 sandro.lab
		</dependency>
23
24
		<dependency>
25 38964 andrea.man
            <groupId>eu.dnetlib</groupId>
26
            <artifactId>cnr-mongo-mdstore</artifactId>
27
            <version>[4.0.0,5.0.0)</version>
28
        </dependency>
29
30
		<dependency>
31 26600 sandro.lab
			<groupId>eu.dnetlib</groupId>
32
			<artifactId>dnet-download-service</artifactId>
33 33305 andrea.man
			<version>[2.1.0,3.0.0)</version>
34 28278 andrea.man
		</dependency>
35 26600 sandro.lab
36 28278 andrea.man
		<dependency>
37 33220 andrea.man
		    <groupId>org.apache.pdfbox</groupId>
38
		    <artifactId>pdfbox</artifactId>
39
		    <version>1.8.7</version>
40
		</dependency>
41
42
		<dependency>
43
			<groupId>eu.dnetlib</groupId>
44
			<artifactId>dnet-index-client</artifactId>
45
			<version>[2.0.1, 3.0.0)</version>
46
		</dependency>
47
48
		<dependency>
49
			<groupId>javax.servlet</groupId>
50
			<artifactId>javax.servlet-api</artifactId>
51
			<version>${javax.servlet.version}</version>
52
			<scope>provided</scope>
53
		</dependency>
54
55
		<dependency>
56 28278 andrea.man
			<groupId>commons-httpclient</groupId>
57
			<artifactId>commons-httpclient</artifactId>
58
			<version>3.1</version>
59 26600 sandro.lab
		</dependency>
60
	</dependencies>
61
</project>