Project

General

Profile

1
<?xml version="1.0" ?>
2
<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
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6
		<version>1.0.0</version>
7
		<relativePath />
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-openaireplus-workflows</artifactId>
12
	<packaging>jar</packaging>
13
	<version>2.2.8-SNAPSHOT</version>
14

    
15
	<scm>
16
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaireplus-workflows/branches/dnet-openaireplus-workflows-2.2.1</developerConnection>
17
	</scm>
18
	<dependencies>
19
		<dependency>
20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>cnr-enabling-database-api</artifactId>
22
			<version>[1.0.0,2.0.0)</version>
23
		</dependency>
24
		<dependency>
25
			<groupId>eu.dnetlib</groupId>
26
			<artifactId>dnet-msro-service</artifactId>
27
			<version>[2.1.0,3.0.0)</version>
28
		</dependency>
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>cnr-resultset-service</artifactId>
32
			<version>[2.0.0,3.0.0)</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>dnet-openaireplus-datasource-manager-service</artifactId>
37
			<version>[4.0.0,5.0.0)</version>
38
		</dependency>
39
		<dependency>
40
			<groupId>eu.dnetlib</groupId>
41
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
42
			<version>[2.0.0,3.0.0)</version>
43
		</dependency>
44
		<dependency>
45
			<groupId>eu.dnetlib</groupId>
46
			<artifactId>dnet-hadoop-service-rmi</artifactId>
47
			<version>[1.0.0,2.0.0)</version>
48
		</dependency>
49
		<dependency>
50
			<groupId>eu.dnetlib</groupId>
51
			<artifactId>dnet-index-solr-common</artifactId>
52
			<version>[1.0.0,2.0.0)</version>
53
		</dependency>
54
		<dependency>
55
			<groupId>eu.dnetlib</groupId>
56
			<artifactId>dnet-collector-plugins</artifactId>
57
			<version>[1.0.0,2.0.0)</version>		
58
		</dependency>
59
		<dependency>
60
			<groupId>eu.dnetlib</groupId>
61
			<artifactId>dnet-resource-discovery</artifactId>
62
			<version>[2.0.0,3.0.0)</version>
63
			<exclusions>
64
				<exclusion>
65
					<artifactId>xercesImpl</artifactId>
66
					<groupId>xerces</groupId>
67
				</exclusion>
68
			</exclusions>
69
		</dependency>
70
		<dependency>
71
			<groupId>eu.dnetlib</groupId>
72
			<artifactId>dnet-actionmanager-api</artifactId>
73
			<version>[3.0.0,4.0.0)</version>
74
		</dependency>
75

    
76
		<dependency>
77
			<groupId>eu.dnetlib</groupId>
78
			<artifactId>dnet-oai-common-workflows</artifactId>
79
			<version>[3.0.0,4.0.0)</version>
80
		</dependency>
81
		
82
		<dependency>
83
        	<groupId>eu.dnetlib</groupId>
84
            <artifactId>dnet-index-solr-client</artifactId>
85
            <version>[2.0.0,3.0.0)</version>
86
      	</dependency>		
87

    
88
		<!--  modular ui and servlet api are here because of the stats controller -->
89
		<dependency>
90
			<groupId>eu.dnetlib</groupId>
91
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
92
			<version>[2.0.0,3.0.0)</version>
93
		</dependency>
94
		<dependency>
95
			<groupId>javax.servlet</groupId>
96
			<artifactId>javax.servlet-api</artifactId>
97
			<version>${javax.servlet.version}</version>
98
			<scope>provided</scope>
99
		</dependency>
100

    
101
		<dependency>
102
			<groupId>junit</groupId>
103
			<artifactId>junit</artifactId>
104
			<version>${junit.version}</version>
105
			<scope>test</scope>
106
		</dependency>
107
	</dependencies>
108
</project>
(2-2/2)