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-eagle-container</artifactId>
13
	<packaging>war</packaging>
14
	<version>2.0.0-SNAPSHOT</version>
15
	<build>
16
		<plugins>
17
			<plugin>
18
				<groupId>org.apache.tomcat.maven</groupId>
19
				<artifactId>tomcat7-maven-plugin</artifactId>
20
				<configuration>
21
					<path>/app</path>
22
					<port>8280</port>
23
				</configuration>
24
				<version>2.1</version>
25
			</plugin>
26
		</plugins>
27
	</build>
28

    
29
	<dependencies>
30
		<!-- Common components in every container -->
31
		<dependency>
32
			<groupId>eu.dnetlib</groupId>
33
			<artifactId>cnr-log4j-inspector</artifactId>
34
			<version>[1.0.0, 2.0.0)</version>
35
		</dependency>
36
		<dependency>
37
			<groupId>eu.dnetlib</groupId>
38
			<artifactId>cnr-enabling-services</artifactId>
39
			<version>[2.0.0, 3.0.0)</version>
40
		</dependency>
41
		<dependency>
42
	        <groupId>eu.dnetlib</groupId>
43
	        <artifactId>cnr-mongo-mdstore</artifactId>
44
	        <version>[4.0.0, 5.0.0)</version>
45
	    </dependency>
46
		<dependency>
47
			<groupId>eu.dnetlib</groupId>
48
			<artifactId>cnr-enabling-inspector</artifactId>
49
			<version>[2.0.0, 3.0.0)</version>
50
		</dependency>
51
		<dependency>
52
			<groupId>eu.dnetlib</groupId>
53
			<artifactId>dnet-datasource-manager-service</artifactId>
54
			<version>[1.0.0, 2.0.0)</version>
55
		</dependency>
56
		<dependency>
57
			<groupId>xalan</groupId>
58
			<artifactId>xalan</artifactId>
59
			<version>2.7.1</version>
60
		</dependency>
61

    
62
		<!-- Common services in every container -->
63
		<dependency>
64
			<groupId>eu.dnetlib</groupId>
65
			<artifactId>cnr-enabling-hnm-service</artifactId>
66
			<version>[2.0.0, 3.0.0)</version>
67
		</dependency>
68
		<dependency>
69
			<groupId>eu.dnetlib</groupId>
70
			<artifactId>cnr-enabling-hcm-service</artifactId>
71
			<version>[2.0.0, 3.0.0)</version>
72
		</dependency>
73
		<dependency>
74
			<groupId>eu.dnetlib</groupId>
75
			<artifactId>cnr-resultset-inspector</artifactId>
76
			<version>[2.0.0, 3.0.0)</version>
77
		</dependency>
78

    
79
		<!-- Manager Service Resource Orchestration (required for workflows) -->
80
		<dependency>
81
			<groupId>eu.dnetlib</groupId>
82
			<artifactId>dnet-msro-service</artifactId>
83
			<version>[3.0.0, 4.0.0)</version>
84
		</dependency>
85
		
86
		<!-- Jochen Transformator -->
87
		<dependency>
88
			<groupId>eu.dnetlib</groupId>
89
			<artifactId>dnet-data-transformation-service</artifactId>
90
			<version>[2.0.0]</version>
91
		</dependency>
92
		<dependency>
93
			<groupId>eu.dnetlib</groupId>
94
			<artifactId>unibi-data-collective-transformation-common</artifactId>
95
			<version>[2.1.1]</version>
96
		</dependency>
97

    
98
		<!-- Modular UIs -->
99
		<dependency>
100
			<groupId>eu.dnetlib</groupId>
101
			<artifactId>dnet-modular-workflows-ui</artifactId>
102
			<version>[4.0.0, 5.0.0)</version>
103
		</dependency>
104
		<dependency>
105
			<groupId>eu.dnetlib</groupId>
106
			<artifactId>dnet-modular-repositories-ui</artifactId>
107
			<version>[4.0.0, 5.0.0)</version>
108
		</dependency>
109
		<dependency>
110
			<groupId>eu.dnetlib</groupId>
111
			<artifactId>dnet-modular-lightui-ui</artifactId>
112
			<version>[2.0.0, 3.0.0)</version>
113
		</dependency>
114
		<dependency>
115
			<groupId>eu.dnetlib</groupId>
116
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
117
			<version>[2.0.0, 3.0.0)</version>
118
		</dependency>
119
		<dependency>
120
			<groupId>eu.dnetlib</groupId>
121
			<artifactId>dnet-modular-is-ui</artifactId>
122
			<version>[2.0.0, 3.0.0)</version>
123
		</dependency>
124
		<dependency>
125
			<groupId>eu.dnetlib</groupId>
126
			<artifactId>dnet-objectStore-ui</artifactId>
127
			<version>[1.0.0,2.0.0)</version>
128
			<exclusions>
129
				<exclusion>
130
					<groupId>eu.dnetlib</groupId>
131
					<artifactId>dnet-modular-objectstore-service</artifactId>
132
				</exclusion>
133
			</exclusions>
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
		<!-- EAGLE container profiles and workflows -->
144
		<dependency>
145
			<groupId>eu.dnetlib</groupId>
146
			<artifactId>dnet-eagle-workflows</artifactId>
147
			<version>[3.0.0, 4.0.0)</version>
148
		</dependency>
149
		<dependency>
150
			<groupId>eu.dnetlib</groupId>
151
			<artifactId>dnet-eagle-profiles</artifactId>
152
			<version>[1.0.0, 2.0.0)</version>
153
		</dependency>
154
		<dependency>
155
			<groupId>eu.dnetlib</groupId>
156
			<artifactId>dnet-schemas</artifactId>
157
			<version>[1.0.0, 2.0.0)</version>
158
		</dependency>
159
		<dependency>
160
			<groupId>eu.dnetlib</groupId>
161
			<artifactId>dnet-modular-collector-service</artifactId>
162
			<version>[3.0.0, 4.0.0)</version>
163
		</dependency>
164
		<dependency>
165
			<groupId>eu.dnetlib</groupId>
166
			<artifactId>dnet-index-solr-service</artifactId>
167
			<version>[2.0.0, 2.9.9]</version>
168
		</dependency>
169

    
170
		<dependency>
171
			<groupId>eu.dnetlib</groupId>
172
			<artifactId>dnet-modular-index-ui</artifactId>
173
			<version>[2.0.0, 3.0.0)</version>
174
		</dependency>
175
		<dependency>
176
			<groupId>eu.dnetlib</groupId>
177
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
178
			<version>[2.0.0, 3.0.0)</version>
179
		</dependency>
180
		<dependency>
181
			<groupId>eu.dnetlib</groupId>
182
			<artifactId>dnet-oai-modular-ui</artifactId>
183
			<version>[3.0.0, 4.0.0)</version>
184
		</dependency>
185
		<dependency>
186
			<groupId>xerces</groupId>
187
			<artifactId>xercesImpl</artifactId>
188
			<version>2.11.0</version>
189
		</dependency>
190
		<dependency>
191
			<groupId>eu.dnetlib</groupId>
192
			<artifactId>dnet-download-service</artifactId>
193
			<version>[2.0.0, 3.0.0)</version>
194
		</dependency>
195
		<dependency>
196
			<groupId>eu.dnetlib</groupId>
197
			<artifactId>dnet-gridfs-objectstore</artifactId>
198
			<version>[4.0.3-TAG]</version>
199
		</dependency>
200

    
201
		<!-- OAI publisher -->
202
		<dependency>
203
			<groupId>eu.dnetlib</groupId>
204
			<artifactId>dnet-oai-common-workflows</artifactId>
205
			<version>[3.0.0, 4.0.0)</version>
206
		</dependency>
207
		<dependency>
208
			<groupId>eu.dnetlib</groupId>
209
			<artifactId>cnr-data-information-oai-publisher</artifactId>
210
			<version>[6.0.0, 7.0.0)</version>
211
		</dependency>
212

    
213
		<!-- Security -->
214
		<dependency>
215
			<groupId>org.springframework.security</groupId>
216
			<artifactId>spring-security-web</artifactId>
217
			<version>3.2.5.RELEASE</version>
218
			<exclusions>
219
				<exclusion>
220
					<artifactId>spring-core</artifactId>
221
					<groupId>org.springframework</groupId>
222
				</exclusion>
223
			</exclusions>
224
		</dependency>
225
		<dependency>
226
			<groupId>org.springframework.security</groupId>
227
			<artifactId>spring-security-config</artifactId>
228
			<version>3.2.5.RELEASE</version>
229
			<exclusions>
230
				<exclusion>
231
					<artifactId>spring-core</artifactId>
232
					<groupId>org.springframework</groupId>
233
				</exclusion>
234
			</exclusions>
235
		</dependency>
236
		<dependency>
237
			<groupId>org.springframework</groupId>
238
			<artifactId>spring-context</artifactId>
239
			<version>${spring.version}</version>
240
		</dependency>
241
		<dependency>
242
			<groupId>org.springframework</groupId>
243
			<artifactId>spring-tx</artifactId>
244
			<version>${spring.version}</version>
245
		</dependency>
246

    
247
		<!-- Monitoring -->
248
		<dependency>
249
			<groupId>eu.dnetlib</groupId>
250
			<artifactId>dnet-webapp-monitoring</artifactId>
251
			<version>[1.0.0, 2.0.0)</version>
252
		</dependency>
253
	</dependencies>
254
</project>
    (1-1/1)