Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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-efg-container</artifactId>
13
	<packaging>war</packaging>
14
	<version>1.0.0-SNAPSHOT</version>
15

    
16
	<dependencies>
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>cnr-enabling-services</artifactId>
26
			<version>[2.0.0,3.0.0)</version>
27
		</dependency>
28
		<dependency>
29
			<groupId>eu.dnetlib</groupId>
30
			<artifactId>cnr-mongo-mdstore</artifactId>
31
			<version>[4.0.0,5.0.0)</version>
32
		</dependency>
33
		<dependency>
34
			<groupId>eu.dnetlib</groupId>
35
			<artifactId>cnr-enabling-inspector</artifactId>
36
			<version>[2.0.0,3.0.0)</version>
37
		</dependency>
38
		<dependency>
39
			<groupId>eu.dnetlib</groupId>
40
			<artifactId>dnet-datasource-manager-service</artifactId>
41
			<version>[1.0.0,2.0.0)</version>
42
		</dependency>
43
		<dependency>
44
			<groupId>xalan</groupId>
45
			<artifactId>xalan</artifactId>
46
			<version>2.7.1</version>
47
		</dependency>
48

    
49
		<!-- Common services in every container -->
50
		<dependency>
51
			<groupId>eu.dnetlib</groupId>
52
			<artifactId>cnr-enabling-hnm-service</artifactId>
53
			<version>[2.0.0,3.0.0)</version>
54
		</dependency>
55
		<dependency>
56
			<groupId>eu.dnetlib</groupId>
57
			<artifactId>cnr-enabling-hcm-service</artifactId>
58
			<version>[2.0.0,3.0.0)</version>
59
		</dependency>
60
		<dependency>
61
			<groupId>eu.dnetlib</groupId>
62
			<artifactId>cnr-resultset-inspector</artifactId>
63
			<version>[2.0.0,3.0.0)</version>
64
		</dependency>
65

    
66
		<!-- Manager Service Resource Orchestration (required for workflows) -->
67
		<dependency>
68
			<groupId>eu.dnetlib</groupId>
69
			<artifactId>dnet-msro-service</artifactId>
70
			<version>[3.0.0,4.0.0)</version>
71
		</dependency>
72

    
73
		<!-- Jochen Transformator -->
74
		<dependency>
75
			<groupId>eu.dnetlib</groupId>
76
			<artifactId>dnet-data-transformation-service</artifactId>
77
			<version>[2.0.0]</version>
78
		</dependency>
79
		<dependency>
80
			<groupId>eu.dnetlib</groupId>
81
			<artifactId>unibi-data-collective-transformation-common</artifactId>
82
			<version>[2.1.1]</version>
83
		</dependency>
84

    
85
		<dependency>
86
			<groupId>eu.dnetlib</groupId>
87
			<artifactId>cnr-data-utility-cleaner-service</artifactId>
88
			<version>[3.0.0-SNAPSHOT,4.0.0)</version>
89
		</dependency>
90

    
91
		<!-- Modular UIs -->
92
		<dependency>
93
			<groupId>eu.dnetlib</groupId>
94
			<artifactId>dnet-modular-workflows-ui</artifactId>
95
			<version>[4.0.0, 5.0.0)</version>
96
		</dependency>
97
		<dependency>
98
			<groupId>eu.dnetlib</groupId>
99
			<artifactId>dnet-modular-repositories-ui</artifactId>
100
			<version>[4.0.0, 5.0.0)</version>
101
		</dependency>
102
		<dependency>
103
			<groupId>eu.dnetlib</groupId>
104
			<artifactId>dnet-modular-lightui-ui</artifactId>
105
			<version>[2.0.0,2.9.9]</version>
106
		</dependency>
107
		<dependency>
108
			<groupId>eu.dnetlib</groupId>
109
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
110
			<version>[2.0.0,3.0.0)</version>
111
		</dependency>
112
		<dependency>
113
			<groupId>eu.dnetlib</groupId>
114
			<artifactId>dnet-modular-is-ui</artifactId>
115
			<version>[2.0.0,3.0.0)</version>
116
		</dependency>
117

    
118
		<dependency>
119
			<groupId>eu.dnetlib</groupId>
120
			<artifactId>dnet-modular-cleaning-rules-ui</artifactId>
121
			<version>[2.0.0-SNAPSHOT,3.0.0)</version>
122
		</dependency>
123

    
124
		<!-- Log service -->
125
		<dependency>
126
			<groupId>eu.dnetlib</groupId>
127
			<artifactId>dnet-mongo-logging</artifactId>
128
			<version>[1.0.0,2.0.0)</version>
129
		</dependency>
130

    
131
		<!-- EFG container profiles and workflows -->
132

    
133
		<dependency>
134
			<groupId>eu.dnetlib</groupId>
135
			<artifactId>dnet-efg-profiles</artifactId>
136
			<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
137
		</dependency>
138

    
139
		<dependency>
140
			<groupId>eu.dnetlib</groupId>
141
			<artifactId>dnet-efg-workflows</artifactId>
142
			<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
143
		</dependency>
144

    
145

    
146
		<dependency>
147
			<groupId>eu.dnetlib</groupId>
148
			<artifactId>dnet-schemas</artifactId>
149
			<version>[1.0.0,2.0.0)</version>
150
		</dependency>
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
		<dependency>
157
			<groupId>eu.dnetlib</groupId>
158
			<artifactId>dnet-index-solr-service</artifactId>
159
			<version>[2.0.0,2.9.9]</version>
160
		</dependency>
161
		<dependency>
162
			<groupId>eu.dnetlib</groupId>
163
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
164
			<version>[2.0.0,3.0.0)</version>
165
		</dependency>
166
		<dependency>
167
			<groupId>eu.dnetlib</groupId>
168
			<artifactId>dnet-oai-modular-ui</artifactId>
169
			<version>[3.0.0, 4.0.0)</version>
170
		</dependency>
171
		<dependency>
172
			<groupId>xerces</groupId>
173
			<artifactId>xercesImpl</artifactId>
174
			<version>2.11.0</version>
175
		</dependency>
176
		<dependency>
177
			<groupId>eu.dnetlib</groupId>
178
			<artifactId>dnet-download-service</artifactId>
179
			<version>[2.0.0,3.0.0)</version>
180
		</dependency>
181
		<dependency>
182
			<groupId>eu.dnetlib</groupId>
183
			<artifactId>dnet-gridfs-objectstore</artifactId>
184
			<version>[4.0.2-TAG]</version>
185
		</dependency>
186

    
187
		<!-- OAI publisher -->
188
		<dependency>
189
			<groupId>eu.dnetlib</groupId>
190
			<artifactId>dnet-oai-common-workflows</artifactId>
191
			<version>[3.0.0,4.0.0)</version>
192
		</dependency>
193
		<dependency>
194
			<groupId>eu.dnetlib</groupId>
195
			<artifactId>cnr-data-information-oai-publisher</artifactId>
196
			<version>[6.0.0,7.0.0)</version>
197
		</dependency>
198

    
199

    
200
		<dependency>
201
			<groupId>org.springframework</groupId>
202
			<artifactId>spring-context</artifactId>
203
			<version>${spring.version}</version>
204
		</dependency>
205
		<dependency>
206
			<groupId>org.springframework</groupId>
207
			<artifactId>spring-tx</artifactId>
208
			<version>${spring.version}</version>
209
		</dependency>
210
	</dependencies>
211
</project>
    (1-1/1)