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-SNAPSHOT,2.0.0-SNAPSHOT)</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,3.0.0)</version>
92
		</dependency>
93

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

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

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

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

    
197
		<!-- Security -->
198
		<dependency>
199
			<groupId>org.springframework.security</groupId>
200
			<artifactId>spring-security-web</artifactId>
201
			<version>3.2.5.RELEASE</version>
202
			<exclusions>
203
				<exclusion>
204
					<artifactId>spring-core</artifactId>
205
					<groupId>org.springframework</groupId>
206
				</exclusion>
207
			</exclusions>
208
		</dependency>
209
		<dependency>
210
			<groupId>org.springframework.security</groupId>
211
			<artifactId>spring-security-config</artifactId>
212
			<version>3.2.5.RELEASE</version>
213
			<exclusions>
214
				<exclusion>
215
					<artifactId>spring-core</artifactId>
216
					<groupId>org.springframework</groupId>
217
				</exclusion>
218
			</exclusions>
219
		</dependency>
220
		<dependency>
221
			<groupId>org.springframework</groupId>
222
			<artifactId>spring-context</artifactId>
223
			<version>${spring.version}</version>
224
		</dependency>
225
		<dependency>
226
			<groupId>org.springframework</groupId>
227
			<artifactId>spring-tx</artifactId>
228
			<version>${spring.version}</version>
229
		</dependency>
230
	</dependencies>
231
</project>
    (1-1/1)