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</version>
8
		<relativePath></relativePath>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-openaire_dli-container</artifactId>
13
	<packaging>war</packaging>
14
	<version>1.0.0-SNAPSHOT</version>
15
<dependencies>
16
		<!-- Common components in every container -->
17
		<dependency>
18
			<groupId>eu.dnetlib</groupId>
19
			<artifactId>cnr-log4j-inspector</artifactId>
20
			<version>[1.0.0,2.0.0)</version>
21
		</dependency>
22
		<dependency>
23
			<groupId>eu.dnetlib</groupId>
24
			<artifactId>cnr-enabling-services</artifactId>
25
			<version>[2.0.0,3.0.0)</version>
26
		</dependency>
27
		<dependency>
28
	        <groupId>eu.dnetlib</groupId>
29
	        <artifactId>cnr-mongo-mdstore</artifactId>
30
	        <version>[4.0.0-SNAPSHOT,5.0.0)</version>
31
	    </dependency>
32
		<dependency>
33
			<groupId>eu.dnetlib</groupId>
34
			<artifactId>cnr-enabling-inspector</artifactId>
35
			<version>[2.0.0,3.0.0)</version>
36
		</dependency>
37
		<dependency>
38
			<groupId>eu.dnetlib</groupId>
39
			<artifactId>dnet-datasource-manager-service</artifactId>
40
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
41
		</dependency>
42

    
43
		<!-- Common services in every container -->
44
		<dependency>
45
			<groupId>eu.dnetlib</groupId>
46
			<artifactId>cnr-enabling-hnm-service</artifactId>
47
			<version>[2.0.0,3.0.0)</version>
48
		</dependency>
49
		<dependency>
50
			<groupId>eu.dnetlib</groupId>
51
			<artifactId>cnr-enabling-hcm-service</artifactId>
52
			<version>[2.0.0,3.0.0)</version>
53
		</dependency>
54
		<dependency>
55
			<groupId>eu.dnetlib</groupId>
56
			<artifactId>cnr-resultset-inspector</artifactId>
57
			<version>[2.0.0,3.0.0)</version>
58
		</dependency>
59

    
60
		<!-- Manager Service Resource Orchestration (required for workflows) -->
61
		<dependency>
62
			<groupId>eu.dnetlib</groupId>
63
			<artifactId>dnet-msro-service</artifactId>
64
			<version>[3.0.0,4.0.0)</version>
65
		</dependency>
66
		
67
		<!-- Jochen Transformator -->
68
		<dependency>
69
			<groupId>eu.dnetlib</groupId>
70
			<artifactId>dnet-data-transformation-service</artifactId>
71
			<version>[2.0.0,3.0.0)</version>
72
		</dependency>
73

    
74
		<!-- Modular UIs -->
75
		<dependency>
76
			<groupId>eu.dnetlib</groupId>
77
			<artifactId>dnet-modular-workflows-ui</artifactId>
78
			<version>[4.0.0, 5.0.0)</version>
79
		</dependency>
80
		<dependency>
81
			<groupId>eu.dnetlib</groupId>
82
			<artifactId>dnet-modular-repositories-ui</artifactId>
83
			<version>[4.0.0, 5.0.0)</version>
84
		</dependency>
85
		<dependency>
86
			<groupId>eu.dnetlib</groupId>
87
			<artifactId>dnet-modular-lightui-ui</artifactId>
88
			<version>[2.0.0,3.0.0)</version>
89
		</dependency>
90
		<dependency>
91
			<groupId>eu.dnetlib</groupId>
92
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
93
			<version>[2.0.0,3.0.0)</version>
94
		</dependency>
95
		<dependency>
96
			<groupId>eu.dnetlib</groupId>
97
			<artifactId>dnet-modular-is-ui</artifactId>
98
			<version>[2.0.0,3.0.0)</version>
99
		</dependency>
100
		<dependency>
101
			<groupId>eu.dnetlib</groupId>
102
			<artifactId>dnet-modular-index-ui</artifactId>
103
			<version>[2.0.0,3.0.0)</version>
104
		</dependency>
105
		<dependency>
106
			<groupId>eu.dnetlib</groupId>
107
			<artifactId>dnet-oai-modular-ui</artifactId>
108
			<version>[3.0.0,4.0.0)</version>
109
		</dependency>
110
		
111
		
112
		<!-- DATA LITERARATURE INTERLINKING MODULES -->
113
		<dependency>
114
			<groupId>eu.dnetlib</groupId>
115
			<artifactId>dnet-openaire_dli-profiles</artifactId>
116
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
117
		</dependency>
118
		<dependency>
119
			<groupId>eu.dnetlib</groupId>
120
			<artifactId>dnet-openaire_dli-workflows</artifactId>
121
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
122
		</dependency>
123
		
124
		<!-- OAI publisher -->
125
		<dependency>
126
			<groupId>eu.dnetlib</groupId>
127
			<artifactId>dnet-oai-common-workflows</artifactId>
128
			<version>[3.0.0,4.0.0)</version>
129
		</dependency>
130
		<dependency>
131
			<groupId>eu.dnetlib</groupId>
132
			<artifactId>cnr-data-information-oai-publisher</artifactId>
133
			<version>[5.0.0, 6.0.0)</version>
134
		</dependency>
135

    
136
		<!-- Log service -->
137
		<dependency>
138
			<groupId>eu.dnetlib</groupId>
139
			<artifactId>dnet-mongo-logging</artifactId>
140
			<version>[1.0.0,2.0.0)</version>
141
		</dependency>
142

    
143
		
144
		<dependency>
145
			<groupId>eu.dnetlib</groupId>
146
			<artifactId>dnet-schemas</artifactId>
147
			<version>[1.0.0,2.0.0)</version>
148
		</dependency>
149
		
150
		<!-- Harvesting service -->
151
		<dependency>
152
			<groupId>eu.dnetlib</groupId>
153
			<artifactId>dnet-modular-collector-service</artifactId>
154
			<version>[3.0.0,4.0.0)</version>
155
		</dependency>
156
		
157
		<!-- Index  service -->
158
		<dependency>
159
			<groupId>eu.dnetlib</groupId>
160
			<artifactId>dnet-index-solr-service</artifactId>
161
			<version>[2.0.0,3.0.0)</version>
162
		</dependency>
163
		
164
		<dependency>
165
			<groupId>eu.dnetlib</groupId>
166
			<artifactId>dnet-modular-index-ui</artifactId>
167
			<version>[2.0.0,3.0.0)</version>
168
		</dependency>
169
		
170
		
171
		<!-- Monitoring --> 
172
		<dependency>
173
			<groupId>eu.dnetlib</groupId>
174
			<artifactId>dnet-webapp-monitoring</artifactId>
175
			<version>[1.0.0,2.0.0)</version>
176
		</dependency>
177
		
178

    
179

    
180
		<!-- Security -->
181
				<dependency>
182
			<groupId>eu.dnetlib</groupId>
183
			<artifactId>cnr-inspector-security</artifactId>
184
			<version>[1.0.0,2.0.0)</version>
185
		</dependency>
186
		
187
		<dependency>
188
			<groupId>xerces</groupId>
189
			<artifactId>xercesImpl</artifactId>
190
			<version>2.11.0</version>
191
		</dependency>
192
	</dependencies>
193
</project>
    (1-1/1)