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>8.0.6-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>[3.0.0, 4.0.0)</version>
23
			<exclusions>
24
				<exclusion>
25
					<artifactId>wstx-asl</artifactId>
26
					<groupId>org.codehaus.woodstox</groupId>
27
				</exclusion>
28
                                <exclusion>
29
                                        <artifactId>dnet-index-solr-common</artifactId>
30
                                        <groupId>eu.dnetlib</groupId>
31
                                </exclusion>
32
			</exclusions>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>cnr-enabling-database-api</artifactId>
37
			<version>[2.0.0,3.0.0)</version>
38
		</dependency>
39
		<dependency>
40
			<groupId>eu.dnetlib</groupId>
41
			<artifactId>cnr-enabling-database-service</artifactId>
42
			<version>[3.0.0,4.0.0)</version>
43
		</dependency>
44
		<dependency>
45
			<groupId>eu.dnetlib</groupId>
46
			<artifactId>dnet-msro-service</artifactId>
47
			<version>[4.0.0,5.0.0)</version>
48
		</dependency>
49
		<dependency>
50
			<groupId>eu.dnetlib</groupId>
51
			<artifactId>cnr-resultset-service</artifactId>
52
			<version>[2.0.0,3.0.0)</version>
53
		</dependency>
54
		<dependency>
55
			<groupId>eu.dnetlib</groupId>
56
			<artifactId>dnet-openaire-datasource-manager</artifactId>
57
			<version>[2.0.0,3.0.0)</version>
58
		</dependency>
59
		<dependency>
60
			<groupId>eu.dnetlib</groupId>
61
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
62
			<version>[7.0.0,8.0.0)</version>
63
                        <exclusions>
64
                                <exclusion>
65
                                        <artifactId>dnet-index-solr-common</artifactId>
66
                                        <groupId>eu.dnetlib</groupId>
67
                                </exclusion>
68
                        </exclusions>
69
		</dependency>
70
		<dependency>
71
			<groupId>eu.dnetlib</groupId>
72
			<artifactId>dnet-hadoop-service-rmi</artifactId>
73
			<version>[1.0.0,2.0.0)</version>
74
		</dependency>
75

    
76
		<dependency>
77
			<groupId>eu.dnetlib</groupId>
78
			<artifactId>dnet-collector-plugins</artifactId>
79
			<version>[1.0.0,2.0.0)</version>
80
		</dependency>
81

    
82
		<dependency>
83
			<groupId>eu.dnetlib</groupId>
84
			<artifactId>dnet-actionmanager-api</artifactId>
85
			<version>[4.0.0,5.0.0)</version>
86
		</dependency>
87

    
88
		<dependency>
89
			<groupId>eu.dnetlib</groupId>
90
			<artifactId>dnet-oai-common-workflows</artifactId>
91
			<version>[5.0.0,6.0.0)</version>
92
		</dependency>
93
		
94
		<dependency>
95
			<groupId>eu.dnetlib</groupId>
96
			<artifactId>cnr-mongo-mdstore</artifactId>
97
			<version>[7.0.0,8.0.0)</version>
98
			<scope>provided</scope>
99
		</dependency>
100
		
101
		<dependency>
102
			<groupId>eu.dnetlib</groupId>
103
			<artifactId>dnet-modular-objectstore-service</artifactId>
104
			<version>[4.2.1,5.0.0)</version>
105
			<scope>provided</scope>
106
		</dependency>
107

    
108
		<dependency>
109
			<groupId>eu.dnetlib</groupId>
110
			<artifactId>dnet-index-client</artifactId>
111
			<version>[3.0.0,4.0.0)</version>
112
			<exclusions>
113
					<exclusion>
114
							<artifactId>dnet-index-solr-common</artifactId>
115
							<groupId>eu.dnetlib</groupId>
116
					</exclusion>
117
			</exclusions>
118
		</dependency>
119

    
120
		<dependency>
121
			<groupId>eu.dnetlib</groupId>
122
			<artifactId>dnet-validator-workflows</artifactId>
123
			<version>[2.0.0,3.0.0)</version>
124
		</dependency>
125

    
126
		<dependency>
127
			<groupId>eu.dnetlib</groupId>
128
			<artifactId>dnet-deduplication</artifactId>
129
			<version>[2.0.0,3.0.0)</version>
130
			<exclusions>
131
				<exclusion>
132
					<groupId>eu.dnetlib</groupId>
133
					<artifactId>dnet-openaireplus-mapping-utils</artifactId>
134
				</exclusion>
135
				<exclusion>
136
					<groupId>eu.dnetlib</groupId>
137
					<artifactId>dnet-directindex-api</artifactId>
138
				</exclusion>
139
				<exclusion>
140
					<groupId>eu.dnetlib</groupId>
141
					<artifactId>dnet-index-client</artifactId>
142
				</exclusion>
143
			</exclusions>
144
		</dependency>
145

    
146
		<!-- modular ui and servlet api are here because of the stats controller -->
147
		<dependency>
148
			<groupId>eu.dnetlib</groupId>
149
			<artifactId>dnet-directindex-api</artifactId>
150
			<version>[4.0.0,5.0.0)</version>
151
		</dependency>
152

    
153
		<dependency>
154
			<groupId>org.apache.velocity</groupId>
155
			<artifactId>velocity</artifactId>
156
			<version>1.7</version>
157
			<exclusions>
158
				<exclusion>
159
					<artifactId>antlr</artifactId>
160
					<groupId>antlr</groupId>
161
				</exclusion>
162
			</exclusions>
163
		</dependency>
164
		<dependency>
165
			<groupId>org.apache.velocity</groupId>
166
			<artifactId>velocity-tools</artifactId>
167
			<version>2.0</version>
168
			<exclusions>
169
				<exclusion>
170
					<artifactId>antlr</artifactId>
171
					<groupId>antlr</groupId>
172
				</exclusion>
173
			</exclusions>
174
		</dependency>
175
		<dependency>
176
			<groupId>javax.servlet</groupId>
177
			<artifactId>javax.servlet-api</artifactId>
178
			<version>${javax.servlet.version}</version>
179
			<scope>provided</scope>
180
		</dependency>
181
		<dependency>
182
			<groupId>junit</groupId>
183
			<artifactId>junit</artifactId>
184
			<version>${junit.version}</version>
185
			<scope>test</scope>
186
		</dependency>
187
		<dependency>
188
			<groupId>eu.dnetlib</groupId>
189
			<artifactId>dnet-openaireplus-profiles</artifactId>
190
			<version>[1.0.0,2.0.0)</version>
191
			<scope>test</scope>
192
		</dependency>
193
		<dependency>
194
			<groupId>io.springfox</groupId>
195
			<artifactId>springfox-swagger2</artifactId>
196
			<version>${springfox-version}</version>
197
		</dependency>
198
		<dependency>
199
			<groupId>org.mockito</groupId>
200
			<artifactId>mockito-core</artifactId>
201
			<version>1.9.5</version>
202
		</dependency>
203
		<dependency>
204
			<groupId>org.springframework</groupId>
205
			<artifactId>spring-jdbc</artifactId>
206
			<version>${spring.version}</version>
207
		</dependency>
208

    
209
		<dependency>
210
			<groupId>eu.dnetlib</groupId>
211
			<artifactId>cnr-misc-utils</artifactId>
212
			<version>[1.0.5, 2.0.0)</version>
213
		</dependency>
214

    
215

    
216
		<dependency>
217
			<groupId>eu.dnetlib.dhp</groupId>
218
			<artifactId>dhp-common</artifactId>
219
			<version>1.2.4</version>
220
			<exclusions>
221
				<exclusion>
222
					<groupId>net.sf.saxon</groupId>
223
					<artifactId>Saxon-HE</artifactId>
224
				</exclusion>
225
				<exclusion>
226
					<groupId>eu.dnetlib</groupId>
227
					<artifactId>dnet-pace-core</artifactId>
228
				</exclusion>
229
			</exclusions>
230
		</dependency>
231
                <dependency>
232
                        <groupId>eu.dnetlib.dhp</groupId>
233
                        <artifactId>dhp-schemas</artifactId>
234
                        <version>[2.10.32]</version>
235
                </dependency>
236
	</dependencies>
237

    
238
	<properties>
239
		<springfox-version>2.5.0</springfox-version>
240
	</properties>
241
</project>
(2-2/2)