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>dnet45-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>6.3.33-SNAPSHOT</version>
14

    
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-workflows/trunk</developerConnection>
17
	</scm>
18
	<dependencies>
19
		<dependency>
20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>cnr-data-flow-monitoring-core</artifactId>
22
			<version>[2.0.0,3.0.0)</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>[2.0.0,3.0.0)</version>
34
		</dependency>
35
		<dependency>
36
			<groupId>eu.dnetlib</groupId>
37
			<artifactId>cnr-enabling-database-service</artifactId>
38
			<version>[3.0.0,4.0.0)</version>
39
		</dependency>
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>dnet-msro-service</artifactId>
43
			<version>[3.0.0,4.0.0)</version>
44
		</dependency>
45
		<dependency>
46
			<groupId>eu.dnetlib</groupId>
47
			<artifactId>cnr-resultset-service</artifactId>
48
			<version>[2.0.0,3.0.0)</version>
49
		</dependency>
50
		<dependency>
51
			<groupId>eu.dnetlib</groupId>
52
			<artifactId>dnet-openaire-datasource-manager</artifactId>
53
			<version>[1.0.0-SNAPSHOT,2.0.0)</version>
54
		</dependency>
55
		<dependency>
56
			<groupId>eu.dnetlib</groupId>
57
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
58
			<version>[6.2.27]</version>
59
		</dependency>
60
		<dependency>
61
			<groupId>eu.dnetlib</groupId>
62
			<artifactId>dnet-hadoop-service-rmi</artifactId>
63
			<version>[1.0.0,2.0.0)</version>
64
		</dependency>
65
		<dependency>
66
			<groupId>eu.dnetlib</groupId>
67
			<artifactId>dnet-index-solr-common</artifactId>
68
			<version>[1.0.0,2.0.0)</version>
69
		</dependency>
70
		<dependency>
71
			<groupId>eu.dnetlib</groupId>
72
			<artifactId>dnet-collector-plugins</artifactId>
73
			<version>[1.0.0,2.0.0)</version>
74
		</dependency>
75

    
76
		<dependency>
77
			<groupId>eu.dnetlib</groupId>
78
			<artifactId>dnet-actionmanager-api</artifactId>
79
			<version>[4.0.0,5.0.0)</version>
80
		</dependency>
81

    
82
		<dependency>
83
			<groupId>eu.dnetlib</groupId>
84
			<artifactId>dnet-oai-common-workflows</artifactId>
85
			<version>[5.0.0,6.0.0)</version>
86
		</dependency>
87
		
88
		<dependency>
89
			<groupId>eu.dnetlib</groupId>
90
			<artifactId>cnr-mongo-mdstore</artifactId>
91
			<version>[6.0.0,7.0.0)</version>
92
			<scope>provided</scope>
93
		</dependency>
94
		
95
		<dependency>
96
			<groupId>eu.dnetlib</groupId>
97
			<artifactId>dnet-modular-objectstore-service</artifactId>
98
			<version>[4.2.1,5.0.0)</version>
99
			<scope>provided</scope>
100
		</dependency>
101

    
102
		<dependency>
103
			<groupId>eu.dnetlib</groupId>
104
			<artifactId>dnet-index-solr-client</artifactId>
105
			<version>[2.0.0,2.9.9)</version>
106
		</dependency>
107

    
108
		<dependency>
109
			<groupId>eu.dnetlib</groupId>
110
			<artifactId>dnet-validator-workflows</artifactId>
111
			<version>[1.0.0,2.0.0)</version>
112
		</dependency>
113

    
114
		<dependency>
115
			<groupId>eu.dnetlib</groupId>
116
			<artifactId>dnet-deduplication</artifactId>
117
			<version>[1.0.0,2.0.0)</version>
118
			<exclusions>
119
				<exclusion>
120
					<groupId>eu.dnetlib</groupId>
121
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
122
				</exclusion>
123
				<exclusion>
124
					<groupId>eu.dnetlib</groupId>
125
					<artifactId>dnet-index-client</artifactId>
126
				</exclusion>
127
			</exclusions>
128
		</dependency>
129

    
130
		<!-- modular ui and servlet api are here because of the stats controller -->
131
		<dependency>
132
			<groupId>eu.dnetlib</groupId>
133
			<artifactId>dnet-directindex-api</artifactId>
134
			<version>[1.0.0,2.0.0)</version>
135
		</dependency>
136

    
137
		<dependency>
138
			<groupId>org.apache.velocity</groupId>
139
			<artifactId>velocity</artifactId>
140
			<version>1.7</version>
141
			<exclusions>
142
				<exclusion>
143
					<artifactId>antlr</artifactId>
144
					<groupId>antlr</groupId>
145
				</exclusion>
146
			</exclusions>
147
		</dependency>
148
		<dependency>
149
			<groupId>org.apache.velocity</groupId>
150
			<artifactId>velocity-tools</artifactId>
151
			<version>2.0</version>
152
			<exclusions>
153
				<exclusion>
154
					<artifactId>antlr</artifactId>
155
					<groupId>antlr</groupId>
156
				</exclusion>
157
			</exclusions>
158
		</dependency>
159
		<dependency>
160
			<groupId>javax.servlet</groupId>
161
			<artifactId>javax.servlet-api</artifactId>
162
			<version>${javax.servlet.version}</version>
163
			<scope>provided</scope>
164
		</dependency>
165
		<dependency>
166
			<groupId>junit</groupId>
167
			<artifactId>junit</artifactId>
168
			<version>${junit.version}</version>
169
			<scope>test</scope>
170
		</dependency>
171
		<dependency>
172
			<groupId>eu.dnetlib</groupId>
173
			<artifactId>dnet-openaireplus-profiles</artifactId>
174
			<version>[1.0.0,2.0.0)</version>
175
			<scope>test</scope>
176
		</dependency>
177
		<dependency>
178
			<groupId>io.springfox</groupId>
179
			<artifactId>springfox-swagger2</artifactId>
180
			<version>${springfox-version}</version>
181
		</dependency>
182
		<dependency>
183
			<groupId>org.mockito</groupId>
184
			<artifactId>mockito-core</artifactId>
185
			<version>1.9.5</version>
186
		</dependency>
187
		<dependency>
188
			<groupId>org.springframework</groupId>
189
			<artifactId>spring-jdbc</artifactId>
190
			<version>${spring.version}</version>
191
		</dependency>
192

    
193
		<dependency>
194
			<groupId>eu.dnetlib</groupId>
195
			<artifactId>cnr-misc-utils</artifactId>
196
			<version>[1.0.5, 2.0.0)</version>
197
		</dependency>
198
	</dependencies>
199

    
200
	<properties>
201
		<springfox-version>2.5.0</springfox-version>
202
	</properties>
203
</project>
(2-2/2)