Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" ?>
2
<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
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-parent</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
		<relativePath></relativePath>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<artifactId>dnet-openaireplus-workflows</artifactId>
12
	<packaging>jar</packaging>
13
	<version>1.0.0-SNAPSHOT</version>
14
15
	<dependencies>
16
		<dependency>
17
			<groupId>eu.dnetlib</groupId>
18
			<artifactId>cnr-enabling-database-api</artifactId>
19
			<version>[1.0.0-SNAPSHOT]</version>
20
		</dependency>
21
		<dependency>
22
			<groupId>eu.dnetlib</groupId>
23
			<artifactId>dnet-msro-service</artifactId>
24 27548 michele.ar
			<version>[1.1.0-SNAPSHOT]</version>
25 26600 sandro.lab
		</dependency>
26
		<dependency>
27
			<groupId>eu.dnetlib</groupId>
28
			<artifactId>cnr-resultset-service</artifactId>
29
			<version>[1.0.0-SNAPSHOT]</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>eu.dnetlib</groupId>
33
			<artifactId>dnet-openaireplus-datasource-manager-service</artifactId>
34
			<version>[3.0.0-SNAPSHOT]</version>
35
		</dependency>
36
		<dependency>
37
			<groupId>eu.dnetlib</groupId>
38 27944 claudio.at
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
39 26600 sandro.lab
			<version>[2.0.0-SNAPSHOT]</version>
40
		</dependency>
41
		<dependency>
42
			<groupId>eu.dnetlib</groupId>
43
			<artifactId>dnet-modular-objectstore-service</artifactId>
44
			<version>[2.0.0-SNAPSHOT]</version>
45
		</dependency>
46
		<dependency>
47
			<groupId>eu.dnetlib</groupId>
48
			<artifactId>dnet-hadoop-service-rmi</artifactId>
49
			<version>[1.0.0-SNAPSHOT]</version>
50
		</dependency>
51
		<dependency>
52
			<groupId>eu.dnetlib</groupId>
53
			<artifactId>cnr-index-solr-common</artifactId>
54
			<version>[1.0.0-SNAPSHOT]</version>
55
		</dependency>
56
		<dependency>
57
			<groupId>eu.dnetlib</groupId>
58
			<artifactId>dnet-resource-discovery</artifactId>
59
			<version>[2.0.0-SNAPSHOT]</version>
60
			<exclusions>
61
				<exclusion>
62
					<artifactId>xercesImpl</artifactId>
63
					<groupId>xerces</groupId>
64
				</exclusion>
65
			</exclusions>
66
		</dependency>
67
68
		<dependency>
69
			<groupId>eu.dnetlib</groupId>
70
			<artifactId>dnet-download-service</artifactId>
71
			<version>1.0.0-SNAPSHOT</version>
72
		</dependency>
73
		<dependency>
74
			<groupId>eu.dnetlib</groupId>
75
			<artifactId>dnet-actionmanager-api</artifactId>
76
			<version>[2.0.0-SNAPSHOT,)</version>
77
		</dependency>
78
		<dependency>
79
			<groupId>junit</groupId>
80
			<artifactId>junit</artifactId>
81
			<version>${junit.version}</version>
82
			<scope>test</scope>
83
		</dependency>
84
	</dependencies>
85 27944 claudio.at
	<groupId>eu.dnetlib</groupId>
86 26600 sandro.lab
</project>