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.0.26</version>
14

    
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-workflows/tags/dnet-openaireplus-workflows-6.0.26</developerConnection>
17
	</scm>
18
	<repositories>
19
		<repository>
20
			<id>dfm-releases</id>
21
			<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dfm-releases</url>
22
		</repository>
23
		<!--<repository>-->
24
		<!--<id>dfm-snapshots</id>-->
25
		<!--<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dfm-snapshots</url>-->
26
		<!--</repository>-->
27
	</repositories>
28
	<dependencies>
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>cnr-data-flow-monitoring-core</artifactId>
32
			<version>[2.0.1-java8]</version>
33
			<exclusions>
34
				<exclusion>
35
					<artifactId>wstx-asl</artifactId>
36
					<groupId>org.codehaus.woodstox</groupId>
37
				</exclusion>
38
			</exclusions>
39
		</dependency>
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>cnr-enabling-database-api</artifactId>
43
			<version>[2.0.0,3.0.0)</version>
44
		</dependency>
45
		<dependency>
46
			<groupId>eu.dnetlib</groupId>
47
			<artifactId>cnr-enabling-database-service</artifactId>
48
			<version>[3.0.0,4.0.0)</version>
49
		</dependency>
50
		<dependency>
51
			<groupId>eu.dnetlib</groupId>
52
			<artifactId>dnet-msro-service</artifactId>
53
			<version>[3.0.0,4.0.0)</version>
54
		</dependency>
55
		<dependency>
56
			<groupId>eu.dnetlib</groupId>
57
			<artifactId>cnr-resultset-service</artifactId>
58
			<version>[2.0.0,3.0.0)</version>
59
		</dependency>
60
		<dependency>
61
			<groupId>eu.dnetlib</groupId>
62
			<artifactId>dnet-openaireplus-datasource-manager-service</artifactId>
63
			<version>[5.0.0,6.0.0)</version>
64
		</dependency>
65
		<dependency>
66
			<groupId>eu.dnetlib</groupId>
67
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
68
			<version>[6.0.0,7.0.0)</version>
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
		<dependency>
76
			<groupId>eu.dnetlib</groupId>
77
			<artifactId>dnet-index-solr-common</artifactId>
78
			<version>[1.0.0,2.0.0)</version>
79
		</dependency>
80
		<dependency>
81
			<groupId>eu.dnetlib</groupId>
82
			<artifactId>dnet-collector-plugins</artifactId>
83
			<version>[1.0.0,2.0.0)</version>
84
		</dependency>
85

    
86
		<dependency>
87
			<groupId>eu.dnetlib</groupId>
88
			<artifactId>dnet-actionmanager-api</artifactId>
89
			<version>[4.0.0,5.0.0)</version>
90
		</dependency>
91

    
92
		<dependency>
93
			<groupId>eu.dnetlib</groupId>
94
			<artifactId>dnet-oai-common-workflows</artifactId>
95
			<version>[5.0.0,6.0.0)</version>
96
		</dependency>
97

    
98
		<dependency>
99
			<groupId>eu.dnetlib</groupId>
100
			<artifactId>dnet-index-solr-client</artifactId>
101
			<version>[2.0.0,2.9.9)</version>
102
		</dependency>
103

    
104
		<dependency>
105
			<groupId>eu.dnetlib</groupId>
106
			<artifactId>dnet-validator-workflows</artifactId>
107
			<version>[1.0.0,2.0.0)</version>
108
		</dependency>
109

    
110
		<dependency>
111
			<groupId>eu.dnetlib</groupId>
112
			<artifactId>dnet-deduplication</artifactId>
113
			<version>[1.0.0,2.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-modular-vocabularies-ui</artifactId>
120
			<version>[2.0.0,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
		<dependency>
179
			<groupId>org.apache.commons</groupId>
180
			<artifactId>commons-dbcp2</artifactId>
181
			<version>2.1.1</version>
182
		</dependency>
183
	</dependencies>
184

    
185
	<properties>
186
		<springfox-version>2.5.0</springfox-version>
187
	</properties>
188
</project>
(2-2/2)