Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" ?>
2 31623 claudio.at
<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 33384 claudio.at
		<version>1.0.0</version>
7 31623 claudio.at
		<relativePath />
8 26600 sandro.lab
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10 28809 claudio.at
	<groupId>eu.dnetlib</groupId>
11 26600 sandro.lab
	<artifactId>dnet-openaireplus-workflows</artifactId>
12
	<packaging>jar</packaging>
13 33117 sandro.lab
	<version>2.1.3-SNAPSHOT</version>
14 31623 claudio.at
	<scm>
15 33117 sandro.lab
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaireplus-workflows/trunk</developerConnection>
16 31623 claudio.at
	</scm>
17 26600 sandro.lab
	<dependencies>
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>cnr-enabling-database-api</artifactId>
21 30742 alessia.ba
			<version>[1.0.0,2.0.0)</version>
22 26600 sandro.lab
		</dependency>
23
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>dnet-msro-service</artifactId>
26 32891 michele.ar
			<version>[2.1.0,3.0.0)</version>
27 26600 sandro.lab
		</dependency>
28
		<dependency>
29
			<groupId>eu.dnetlib</groupId>
30
			<artifactId>cnr-resultset-service</artifactId>
31 32798 michele.ar
			<version>[2.0.0,3.0.0)</version>
32 26600 sandro.lab
		</dependency>
33
		<dependency>
34
			<groupId>eu.dnetlib</groupId>
35
			<artifactId>dnet-openaireplus-datasource-manager-service</artifactId>
36 32798 michele.ar
			<version>[4.0.0,5.0.0)</version>
37 26600 sandro.lab
		</dependency>
38
		<dependency>
39
			<groupId>eu.dnetlib</groupId>
40 28809 claudio.at
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
41 30742 alessia.ba
			<version>[2.0.0,3.0.0)</version>
42 26600 sandro.lab
		</dependency>
43
		<dependency>
44
			<groupId>eu.dnetlib</groupId>
45
			<artifactId>dnet-hadoop-service-rmi</artifactId>
46 30742 alessia.ba
			<version>[1.0.0,2.0.0)</version>
47 26600 sandro.lab
		</dependency>
48
		<dependency>
49
			<groupId>eu.dnetlib</groupId>
50 30031 claudio.at
			<artifactId>dnet-index-solr-common</artifactId>
51 31621 claudio.at
			<version>[1.0.0,2.0.0)</version>
52 28304 alessia.ba
		</dependency>
53 26600 sandro.lab
		<dependency>
54
			<groupId>eu.dnetlib</groupId>
55 31948 sandro.lab
			<artifactId>dnet-collector-plugins</artifactId>
56
			<version>[1.0.0,2.0.0)</version>
57
		</dependency>
58
		<dependency>
59
			<groupId>eu.dnetlib</groupId>
60 26600 sandro.lab
			<artifactId>dnet-resource-discovery</artifactId>
61 31621 claudio.at
			<version>[2.0.0,3.0.0)</version>
62 26600 sandro.lab
			<exclusions>
63
				<exclusion>
64
					<artifactId>xercesImpl</artifactId>
65
					<groupId>xerces</groupId>
66
				</exclusion>
67
			</exclusions>
68
		</dependency>
69
		<dependency>
70
			<groupId>eu.dnetlib</groupId>
71
			<artifactId>dnet-actionmanager-api</artifactId>
72 30752 alessia.ba
			<version>[3.0.0,4.0.0)</version>
73 28304 alessia.ba
		</dependency>
74
75 26600 sandro.lab
		<dependency>
76 28304 alessia.ba
			<groupId>eu.dnetlib</groupId>
77
			<artifactId>dnet-oai-common-workflows</artifactId>
78 32798 michele.ar
			<version>[3.0.0,4.0.0)</version>
79 28304 alessia.ba
		</dependency>
80
81 32910 claudio.at
		<!--  modular ui and servlet api are here because of the stats controller -->
82 28304 alessia.ba
		<dependency>
83 32910 claudio.at
			<groupId>eu.dnetlib</groupId>
84 33193 andrea.man
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
85
			<version>[2.0.0,3.0.0)</version>
86 32910 claudio.at
		</dependency>
87
		<dependency>
88
			<groupId>javax.servlet</groupId>
89
			<artifactId>javax.servlet-api</artifactId>
90
			<version>${javax.servlet.version}</version>
91
			<scope>provided</scope>
92
		</dependency>
93
94
		<dependency>
95 26600 sandro.lab
			<groupId>junit</groupId>
96
			<artifactId>junit</artifactId>
97
			<version>${junit.version}</version>
98
			<scope>test</scope>
99
		</dependency>
100
	</dependencies>
101
</project>