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-SNAPSHOT</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.1-solr7-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-workflows/branches/solr7</developerConnection>
16
	</scm>
17
	<dependencies>
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>cnr-data-flow-monitoring-core</artifactId>
21
			<version>[2.0.4-solr7-SNAPSHOT]</version>
22
			<exclusions>
23
				<exclusion>
24
					<artifactId>wstx-asl</artifactId>
25
					<groupId>org.codehaus.woodstox</groupId>
26
				</exclusion>
27
			</exclusions>
28
		</dependency>
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>cnr-enabling-database-api</artifactId>
32
			<version>[2.0.0,3.0.0)</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>cnr-enabling-database-service</artifactId>
37
			<version>[3.0.0,4.0.0)</version>
38
		</dependency>
39
		<dependency>
40
			<groupId>eu.dnetlib</groupId>
41
			<artifactId>dnet-msro-service</artifactId>
42
			<version>[3.0.0,4.0.0)</version>
43
		</dependency>
44
		<dependency>
45
			<groupId>eu.dnetlib</groupId>
46
			<artifactId>cnr-resultset-service</artifactId>
47
			<version>[2.0.0,3.0.0)</version>
48
		</dependency>
49
		<dependency>
50
			<groupId>eu.dnetlib</groupId>
51
			<artifactId>dnet-openaire-datasource-manager</artifactId>
52
			<version>[1.0.2-SNAPSHOT,2.0.0)</version>
53
		</dependency>
54
		<dependency>
55
			<groupId>eu.dnetlib</groupId>
56
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
57
			<version>[6.2.5-solr7-SNAPSHOT]</version>
58
		</dependency>
59
		<dependency>
60
			<groupId>eu.dnetlib</groupId>
61
			<artifactId>dnet-hadoop-service-rmi</artifactId>
62
			<version>[1.0.0,2.0.0)</version>
63
		</dependency>
64

    
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>[4.0.0,5.0.0)</version>
75
		</dependency>
76

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

    
83
		<dependency>
84
			<groupId>eu.dnetlib</groupId>
85
			<artifactId>dnet-index-client</artifactId>
86
			<version>[2.3.2-solr7-SNAPSHOT]</version>
87
		</dependency>
88

    
89
		<dependency>
90
			<groupId>eu.dnetlib</groupId>
91
			<artifactId>dnet-validator-workflows</artifactId>
92
			<version>[1.0.0,2.0.0)</version>
93
		</dependency>
94

    
95
		<dependency>
96
			<groupId>eu.dnetlib</groupId>
97
			<artifactId>dnet-deduplication</artifactId>
98
			<version>[1.0.0,2.0.0)</version>
99
		</dependency>
100

    
101
		<!-- modular ui and servlet api are here because of the stats controller -->
102
		<dependency>
103
			<groupId>eu.dnetlib</groupId>
104
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
105
			<version>[2.0.0,3.0.0)</version>
106
		</dependency>
107

    
108
		<dependency>
109
			<groupId>org.apache.velocity</groupId>
110
			<artifactId>velocity</artifactId>
111
			<version>1.7</version>
112
			<exclusions>
113
				<exclusion>
114
					<artifactId>antlr</artifactId>
115
					<groupId>antlr</groupId>
116
				</exclusion>
117
			</exclusions>
118
		</dependency>
119
		<dependency>
120
			<groupId>org.apache.velocity</groupId>
121
			<artifactId>velocity-tools</artifactId>
122
			<version>2.0</version>
123
			<exclusions>
124
				<exclusion>
125
					<artifactId>antlr</artifactId>
126
					<groupId>antlr</groupId>
127
				</exclusion>
128
			</exclusions>
129
		</dependency>
130
		<dependency>
131
			<groupId>javax.servlet</groupId>
132
			<artifactId>javax.servlet-api</artifactId>
133
			<version>${javax.servlet.version}</version>
134
			<scope>provided</scope>
135
		</dependency>
136
		<dependency>
137
			<groupId>junit</groupId>
138
			<artifactId>junit</artifactId>
139
			<version>${junit.version}</version>
140
			<scope>test</scope>
141
		</dependency>
142
		<dependency>
143
			<groupId>eu.dnetlib</groupId>
144
			<artifactId>dnet-openaireplus-profiles</artifactId>
145
			<version>[1.0.0,2.0.0)</version>
146
			<scope>test</scope>
147
		</dependency>
148
		<dependency>
149
			<groupId>io.springfox</groupId>
150
			<artifactId>springfox-swagger2</artifactId>
151
			<version>${springfox-version}</version>
152
		</dependency>
153
		<dependency>
154
			<groupId>org.mockito</groupId>
155
			<artifactId>mockito-core</artifactId>
156
			<version>1.9.5</version>
157
		</dependency>
158
		<dependency>
159
			<groupId>org.springframework</groupId>
160
			<artifactId>spring-jdbc</artifactId>
161
			<version>${spring.version}</version>
162
		</dependency>
163

    
164
		<dependency>
165
			<groupId>eu.dnetlib</groupId>
166
			<artifactId>cnr-misc-utils</artifactId>
167
			<version>[1.0.5, 2.0.0)</version>
168
		</dependency>
169
	</dependencies>
170

    
171
	<properties>
172
		<springfox-version>2.5.0</springfox-version>
173
	</properties>
174
</project>
(2-2/2)