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.2</version>
|
14
|
|
15
|
<scm>
|
16
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-workflows/tags/dnet-openaireplus-workflows-8.0.2</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
|
</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>[4.0.0,5.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>[2.0.0,3.0.0)</version>
|
54
|
</dependency>
|
55
|
<dependency>
|
56
|
<groupId>eu.dnetlib</groupId>
|
57
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
58
|
<version>[6.3.24,7.0.0)</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
|
|
66
|
<dependency>
|
67
|
<groupId>eu.dnetlib</groupId>
|
68
|
<artifactId>dnet-collector-plugins</artifactId>
|
69
|
<version>[1.0.0,2.0.0)</version>
|
70
|
</dependency>
|
71
|
|
72
|
<dependency>
|
73
|
<groupId>eu.dnetlib</groupId>
|
74
|
<artifactId>dnet-actionmanager-api</artifactId>
|
75
|
<version>[4.0.0,5.0.0)</version>
|
76
|
</dependency>
|
77
|
|
78
|
<dependency>
|
79
|
<groupId>eu.dnetlib</groupId>
|
80
|
<artifactId>dnet-oai-common-workflows</artifactId>
|
81
|
<version>[5.0.0,6.0.0)</version>
|
82
|
</dependency>
|
83
|
|
84
|
<dependency>
|
85
|
<groupId>eu.dnetlib</groupId>
|
86
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
87
|
<version>[7.0.0,8.0.0)</version>
|
88
|
<scope>provided</scope>
|
89
|
</dependency>
|
90
|
|
91
|
<dependency>
|
92
|
<groupId>eu.dnetlib</groupId>
|
93
|
<artifactId>dnet-modular-objectstore-service</artifactId>
|
94
|
<version>[4.2.1,5.0.0)</version>
|
95
|
<scope>provided</scope>
|
96
|
</dependency>
|
97
|
|
98
|
<dependency>
|
99
|
<groupId>eu.dnetlib</groupId>
|
100
|
<artifactId>dnet-index-client</artifactId>
|
101
|
<version>[2.3.4,3.0.0)</version>
|
102
|
</dependency>
|
103
|
|
104
|
<dependency>
|
105
|
<groupId>eu.dnetlib</groupId>
|
106
|
<artifactId>dnet-validator-workflows</artifactId>
|
107
|
<version>[2.0.0,3.0.0)</version>
|
108
|
</dependency>
|
109
|
|
110
|
<dependency>
|
111
|
<groupId>eu.dnetlib</groupId>
|
112
|
<artifactId>dnet-deduplication</artifactId>
|
113
|
<version>[2.0.0,3.0.0)</version>
|
114
|
</dependency>
|
115
|
|
116
|
<!-- modular ui and servlet api are here because of the stats controller -->
|
117
|
<dependency>
|
118
|
<groupId>eu.dnetlib</groupId>
|
119
|
<artifactId>dnet-directindex-api</artifactId>
|
120
|
<version>[2.1.13,3.0.0)</version>
|
121
|
</dependency>
|
122
|
|
123
|
<dependency>
|
124
|
<groupId>org.apache.velocity</groupId>
|
125
|
<artifactId>velocity</artifactId>
|
126
|
<version>1.7</version>
|
127
|
<exclusions>
|
128
|
<exclusion>
|
129
|
<artifactId>antlr</artifactId>
|
130
|
<groupId>antlr</groupId>
|
131
|
</exclusion>
|
132
|
</exclusions>
|
133
|
</dependency>
|
134
|
<dependency>
|
135
|
<groupId>org.apache.velocity</groupId>
|
136
|
<artifactId>velocity-tools</artifactId>
|
137
|
<version>2.0</version>
|
138
|
<exclusions>
|
139
|
<exclusion>
|
140
|
<artifactId>antlr</artifactId>
|
141
|
<groupId>antlr</groupId>
|
142
|
</exclusion>
|
143
|
</exclusions>
|
144
|
</dependency>
|
145
|
<dependency>
|
146
|
<groupId>javax.servlet</groupId>
|
147
|
<artifactId>javax.servlet-api</artifactId>
|
148
|
<version>${javax.servlet.version}</version>
|
149
|
<scope>provided</scope>
|
150
|
</dependency>
|
151
|
<dependency>
|
152
|
<groupId>junit</groupId>
|
153
|
<artifactId>junit</artifactId>
|
154
|
<version>${junit.version}</version>
|
155
|
<scope>test</scope>
|
156
|
</dependency>
|
157
|
<dependency>
|
158
|
<groupId>eu.dnetlib</groupId>
|
159
|
<artifactId>dnet-openaireplus-profiles</artifactId>
|
160
|
<version>[1.0.0,2.0.0)</version>
|
161
|
<scope>test</scope>
|
162
|
</dependency>
|
163
|
<dependency>
|
164
|
<groupId>io.springfox</groupId>
|
165
|
<artifactId>springfox-swagger2</artifactId>
|
166
|
<version>${springfox-version}</version>
|
167
|
</dependency>
|
168
|
<dependency>
|
169
|
<groupId>org.mockito</groupId>
|
170
|
<artifactId>mockito-core</artifactId>
|
171
|
<version>1.9.5</version>
|
172
|
</dependency>
|
173
|
<dependency>
|
174
|
<groupId>org.springframework</groupId>
|
175
|
<artifactId>spring-jdbc</artifactId>
|
176
|
<version>${spring.version}</version>
|
177
|
</dependency>
|
178
|
|
179
|
<dependency>
|
180
|
<groupId>eu.dnetlib</groupId>
|
181
|
<artifactId>cnr-misc-utils</artifactId>
|
182
|
<version>[1.0.5, 2.0.0)</version>
|
183
|
</dependency>
|
184
|
|
185
|
|
186
|
<dependency>
|
187
|
<groupId>eu.dnetlib.dhp</groupId>
|
188
|
<artifactId>dhp-common</artifactId>
|
189
|
<version>1.2.4-branch_hadoop_aggregator</version>
|
190
|
<exclusions>
|
191
|
<exclusion>
|
192
|
<groupId>net.sf.saxon</groupId>
|
193
|
<artifactId>Saxon-HE</artifactId>
|
194
|
</exclusion>
|
195
|
</exclusions>
|
196
|
</dependency>
|
197
|
</dependencies>
|
198
|
|
199
|
<properties>
|
200
|
<springfox-version>2.5.0</springfox-version>
|
201
|
</properties>
|
202
|
</project>
|