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>3.1.3.beta.context</version>
14

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

    
77
		<dependency>
78
			<groupId>eu.dnetlib</groupId>
79
			<artifactId>dnet-oai-common-workflows</artifactId>
80
			<version>[3.0.0,4.0.0)</version>
81
		</dependency>
82

    
83
		<dependency>
84
			<groupId>eu.dnetlib</groupId>
85
			<artifactId>dnet-index-solr-client</artifactId>
86
			<version>[2.0.0,3.0.0)</version>
87
		</dependency>
88

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

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