Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-container-parent</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
		<relativePath></relativePath>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-container-openaireplus</artifactId>
13
	<packaging>war</packaging>
14
	<version>1.1.0-SNAPSHOT</version>
15
	<dependencies>
16

    
17
		<!-- Common components in every container -->
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>cnr-log4j-inspector</artifactId>
21
			<version>[1.0.0,2.0.0)</version>
22
		</dependency>
23
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>dnet-schemas</artifactId>
26
			<version>[1.0.0,2.0.0)</version>
27
		</dependency>
28

    
29
		<!-- Common services in every container -->
30
		<dependency>
31
			<groupId>eu.dnetlib</groupId>
32
			<artifactId>cnr-enabling-hnm-service</artifactId>
33
			<version>[1.0.0,2.0.0)</version>
34
		</dependency>
35
		<dependency>
36
			<groupId>eu.dnetlib</groupId>
37
			<artifactId>cnr-enabling-hcm-service</artifactId>
38
			<version>[1.0.0,2.0.0)</version>
39
		</dependency>
40

    
41
		<!-- Enabling services service -->
42
		<dependency>
43
			<groupId>eu.dnetlib</groupId>
44
			<artifactId>cnr-enabling-services</artifactId>
45
			<version>[1.0.0,2.0.0)</version>
46
		</dependency>
47
		<dependency>
48
			<groupId>eu.dnetlib</groupId>
49
			<artifactId>cnr-enabling-inspector</artifactId>
50
			<version>[1.0.0,2.0.0)</version>
51
		</dependency>
52
		<dependency>
53
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>cnr-resultset-inspector</artifactId>
55
			<version>[1.0.0,2.0.0)</version>
56
		</dependency>
57

    
58
		<!-- Manager Service Resource Orchestration (required for workflows) -->
59
		<dependency>
60
			<groupId>eu.dnetlib</groupId>
61
			<artifactId>dnet-msro-service</artifactId>
62
			<version>[1.2.0,2.0.0)</version>
63
		</dependency>
64
		<dependency>
65
			<groupId>eu.dnetlib</groupId>
66
			<artifactId>dnet-mongo-logging</artifactId>
67
			<version>[1.0.0,2.0.0)</version>
68
		</dependency>
69

    
70
		<!-- Modular User Interfaces -->
71
		
72
		<dependency>
73
			<groupId>eu.dnetlib</groupId>
74
			<artifactId>dnet-modular-is-ui</artifactId>
75
			<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
76
		</dependency>
77
		<dependency>
78
			<groupId>eu.dnetlib</groupId>
79
			<artifactId>dnet-modular-ui</artifactId>
80
			<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
81
		</dependency>
82
		<dependency>
83
			<groupId>eu.dnetlib</groupId>
84
			<artifactId>dnet-modular-workflows-ui</artifactId>
85
			<version>[2.1.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
86
		</dependency>
87
		<dependency>
88
			<groupId>eu.dnetlib</groupId>
89
			<artifactId>dnet-modular-repositories-ui</artifactId>
90
			<version>[2.1.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
91
		</dependency>
92
		<dependency>
93
			<groupId>eu.dnetlib</groupId>
94
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
95
			<version>[1.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
96
		</dependency>
97
		<dependency>
98
			<groupId>eu.dnetlib</groupId>
99
			<artifactId>dnet-oai-modular-ui</artifactId>
100
			<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
101
		</dependency>
102
		<dependency>
103
			<groupId>eu.dnetlib</groupId>
104
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
105
			<version>[1.0.1-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
106
		</dependency>
107
		<dependency>
108
			<groupId>eu.dnetlib</groupId>
109
			<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
110
			<version>[1.0.1-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
111
		</dependency>		
112
		<dependency>
113
			<groupId>eu.dnetlib</groupId>
114
			<artifactId>dnet-modular-database-ui</artifactId>
115
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
116
		</dependency>
117

    
118
		<!-- Aggregation services -->
119
		
120
		<dependency>
121
			<groupId>eu.dnetlib</groupId>
122
			<artifactId>cnr-enabling-database-service</artifactId>
123
			<version>[1.0.0,2.0.0)</version>
124
		</dependency>
125
		<!-- <dependency> -->
126
		<!-- <groupId>eu.dnetlib</groupId> -->
127
		<!-- <artifactId>cnr-enabling-database-inspector</artifactId> -->
128
		<!-- <version>[1.0.0-SNAPSHOT,)</version> -->
129
		<!-- </dependency> -->
130
		<dependency>
131
			<groupId>eu.dnetlib</groupId>
132
			<artifactId>dnet-openaireplus-profiles</artifactId>
133
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
134
		</dependency>
135

    
136
		<!-- <dependency> -->
137
		<!-- <groupId>eu.dnetlib</groupId> -->
138
		<!-- <artifactId>dnet-modular-cleaning-rules-ui</artifactId> -->
139
		<!-- <version>[0.0.1, 1.0]</version> -->
140
		<!-- </dependency> -->
141

    
142

    
143
		<dependency>
144
			<groupId>eu.dnetlib</groupId>
145
			<artifactId>dnet-openaireplus-workflows</artifactId>
146
			<version>[1.1.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
147
		</dependency>
148
		<dependency>
149
			<groupId>eu.dnetlib</groupId>
150
			<artifactId>dnet-hadoop-service</artifactId>
151
			<version>[1.0.0,2.0.0)</version>
152
		</dependency>
153
		<dependency>
154
			<groupId>eu.dnetlib</groupId>
155
			<artifactId>dnet-actionmanager-service</artifactId>
156
			<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
157
		</dependency>
158
		<dependency>
159
			<groupId>eu.dnetlib</groupId>
160
			<artifactId>cnr-inspector-security</artifactId>
161
			<version>[1.0.0,2.0.0)</version>
162
		</dependency>
163
		<dependency>
164
			<groupId>eu.dnetlib</groupId>
165
			<artifactId>dnet-webapp-monitoring</artifactId>
166
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
167
		</dependency>
168
		
169
		<!-- Bulk project export -->
170
		<dependency>
171
			<groupId>eu.dnetlib</groupId>
172
			<artifactId>cnr-openaire-exporter</artifactId>
173
			<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
174
		</dependency>
175

    
176
		<dependency>
177
			<groupId>xerces</groupId>
178
			<artifactId>xercesImpl</artifactId>
179
			<version>2.11.0</version>
180
			<scope>compile</scope>
181
		</dependency>
182
		<dependency>
183
			<groupId>xalan</groupId>
184
			<artifactId>xalan</artifactId>
185
			<version>2.7.1</version>
186
		</dependency>
187

    
188
		<dependency>
189
			<groupId>eu.dnetlib</groupId>
190
			<artifactId>dnet-modular-index-ui</artifactId>
191
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
192
		</dependency>
193
	</dependencies>
194
</project>
    (1-1/1)