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-eagle-container</artifactId>
13
	<packaging>war</packaging>
14
	<version>2.0.0-SNAPSHOT</version>
15

    
16
	<build>
17
		<plugins>
18
			<plugin>
19
				<groupId>org.apache.tomcat.maven</groupId>
20
				<artifactId>tomcat7-maven-plugin</artifactId>
21
				<configuration>
22
					<path>/app</path>
23
					<port>8280</port>
24
				</configuration>
25
				<version>2.1</version>
26
			</plugin>
27
		</plugins>
28
	</build>
29

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

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

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

    
99
		<!-- Modular UIs -->
100
		<dependency>
101
			<groupId>eu.dnetlib</groupId>
102
			<artifactId>dnet-modular-workflows-ui</artifactId>
103
			<version>[4.0.0, 5.0.0)</version>
104
		</dependency>
105
		<dependency>
106
			<groupId>eu.dnetlib</groupId>
107
			<artifactId>dnet-modular-repositories-ui</artifactId>
108
			<version>[4.0.0, 5.0.0)</version>
109
		</dependency>
110
		<dependency>
111
			<groupId>eu.dnetlib</groupId>
112
			<artifactId>dnet-modular-lightui-ui</artifactId>
113
			<version>[2.0.0,3.0.0)</version>
114
		</dependency>
115
		<dependency>
116
			<groupId>eu.dnetlib</groupId>
117
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
118
			<version>[2.0.0,3.0.0)</version>
119
		</dependency>
120
		<dependency>
121
			<groupId>eu.dnetlib</groupId>
122
			<artifactId>dnet-modular-is-ui</artifactId>
123
			<version>[2.0.0,3.0.0)</version>
124
		</dependency>
125

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

    
133
		<!-- EAGLE container profiles and workflows -->
134
		<dependency>
135
			<groupId>eu.dnetlib</groupId>
136
			<artifactId>dnet-eagle-workflows</artifactId>
137
			<version>[3.0.0,4.0.0)</version>
138
		</dependency>
139
		<dependency>
140
			<groupId>eu.dnetlib</groupId>
141
			<artifactId>dnet-eagle-profiles</artifactId>
142
			<version>[1.0.0,2.0.0)</version>
143
		</dependency>
144
		<dependency>
145
			<groupId>eu.dnetlib</groupId>
146
			<artifactId>dnet-schemas</artifactId>
147
			<version>[1.0.0,2.0.0)</version>
148
		</dependency>
149
		<dependency>
150
			<groupId>eu.dnetlib</groupId>
151
			<artifactId>dnet-modular-collector-service</artifactId>
152
			<version>[3.0.0,4.0.0)</version>
153
		</dependency>
154
		<dependency>
155
			<groupId>eu.dnetlib</groupId>
156
			<artifactId>dnet-index-solr-service</artifactId>
157
			<version>[2.0.0,3.0.0)</version>
158
		</dependency>
159
		<dependency>
160
			<groupId>eu.dnetlib</groupId>
161
			<artifactId>dnet-modular-index-ui</artifactId>
162
			<version>[2.0.0,3.0.0)</version>
163
		</dependency>
164
		<dependency>
165
			<groupId>eu.dnetlib</groupId>
166
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
167
			<version>[2.0.0,3.0.0)</version>
168
		</dependency>
169
		<dependency>
170
			<groupId>eu.dnetlib</groupId>
171
			<artifactId>dnet-oai-modular-ui</artifactId>
172
			<version>[3.0.0, 4.0.0)</version>
173
		</dependency>
174
		<dependency>
175
			<groupId>xerces</groupId>
176
			<artifactId>xercesImpl</artifactId>
177
			<version>2.11.0</version>
178
		</dependency>
179
		<dependency>
180
			<groupId>eu.dnetlib</groupId>
181
			<artifactId>dnet-download-service</artifactId>
182
			<version>[2.0.0,3.0.0)</version>
183
		</dependency>
184
		<dependency>
185
			<groupId>eu.dnetlib</groupId>
186
			<artifactId>dnet-gridfs-objectstore</artifactId>
187
			<version>[4.0.0,5.0.0)</version>
188
		</dependency>
189

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

    
202
		<!-- Security -->
203
		<dependency>
204
			<groupId>org.springframework.security</groupId>
205
			<artifactId>spring-security-web</artifactId>
206
			<version>3.2.5.RELEASE</version>
207
			<exclusions>
208
				<exclusion>
209
					<artifactId>spring-core</artifactId>
210
					<groupId>org.springframework</groupId>
211
				</exclusion>
212
			</exclusions>
213
		</dependency>
214
		<dependency>
215
			<groupId>org.springframework.security</groupId>
216
			<artifactId>spring-security-config</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</groupId>
227
			<artifactId>spring-context</artifactId>
228
			<version>${spring.version}</version>
229
		</dependency>
230
		<dependency>
231
			<groupId>org.springframework</groupId>
232
			<artifactId>spring-tx</artifactId>
233
			<version>${spring.version}</version>
234
		</dependency>
235
	</dependencies>
236
</project>
    (1-1/1)