Project

General

Profile

1 26600 sandro.lab
<?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 36020 andrea.man
		<version>1.0.0-SNAPSHOT</version>
8 26600 sandro.lab
		<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 32736 michele.ar
	<version>2.0.0-SNAPSHOT</version>
15 26600 sandro.lab
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 30770 sandro.lab
			<version>[1.0.0,2.0.0)</version>
36 26600 sandro.lab
		</dependency>
37
		<dependency>
38
			<groupId>eu.dnetlib</groupId>
39 32736 michele.ar
			<artifactId>cnr-enabling-services</artifactId>
40
			<version>[2.0.0,3.0.0)</version>
41 26600 sandro.lab
		</dependency>
42
		<dependency>
43 32736 michele.ar
	        <groupId>eu.dnetlib</groupId>
44
	        <artifactId>cnr-mongo-mdstore</artifactId>
45
	        <version>[4.0.0,5.0.0)</version>
46
	    </dependency>
47
		<dependency>
48 26600 sandro.lab
			<groupId>eu.dnetlib</groupId>
49 32736 michele.ar
			<artifactId>cnr-enabling-inspector</artifactId>
50
			<version>[2.0.0,3.0.0)</version>
51 26600 sandro.lab
		</dependency>
52 32736 michele.ar
		<dependency>
53 33960 andrea.man
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>dnet-datasource-manager-service</artifactId>
55 36640 andrea.man
			<version>[1.0.0,2.0.0)</version>
56 33960 andrea.man
		</dependency>
57
		<dependency>
58 32736 michele.ar
			<groupId>xalan</groupId>
59
			<artifactId>xalan</artifactId>
60
			<version>2.7.1</version>
61
		</dependency>
62 26600 sandro.lab
63 32736 michele.ar
		<!-- Common services in every container -->
64 26600 sandro.lab
		<dependency>
65
			<groupId>eu.dnetlib</groupId>
66 32736 michele.ar
			<artifactId>cnr-enabling-hnm-service</artifactId>
67
			<version>[2.0.0,3.0.0)</version>
68 26600 sandro.lab
		</dependency>
69
		<dependency>
70
			<groupId>eu.dnetlib</groupId>
71 32736 michele.ar
			<artifactId>cnr-enabling-hcm-service</artifactId>
72
			<version>[2.0.0,3.0.0)</version>
73 26600 sandro.lab
		</dependency>
74
		<dependency>
75
			<groupId>eu.dnetlib</groupId>
76 32736 michele.ar
			<artifactId>cnr-resultset-inspector</artifactId>
77
			<version>[2.0.0,3.0.0)</version>
78 26600 sandro.lab
		</dependency>
79
80
		<!-- Manager Service Resource Orchestration (required for workflows) -->
81 28964 andrea.man
		<dependency>
82
			<groupId>eu.dnetlib</groupId>
83
			<artifactId>dnet-msro-service</artifactId>
84 33960 andrea.man
			<version>[3.0.0,4.0.0)</version>
85 28964 andrea.man
		</dependency>
86 31974 andrea.man
87
		<!-- Jochen Transformator -->
88
		<dependency>
89
			<groupId>eu.dnetlib</groupId>
90
			<artifactId>dnet-data-transformation-service</artifactId>
91 36640 andrea.man
			<version>[2.0.0]</version>
92 31974 andrea.man
		</dependency>
93 36640 andrea.man
		<dependency>
94
			<groupId>eu.dnetlib</groupId>
95
			<artifactId>unibi-data-collective-transformation-common</artifactId>
96
			<version>[2.0.0]</version>
97
		</dependency>
98 26600 sandro.lab
99 30118 sandro.lab
		<!-- Modular UIs -->
100 26600 sandro.lab
		<dependency>
101
			<groupId>eu.dnetlib</groupId>
102 28964 andrea.man
			<artifactId>dnet-modular-workflows-ui</artifactId>
103 33960 andrea.man
			<version>[4.0.0, 5.0.0)</version>
104 28964 andrea.man
		</dependency>
105 26600 sandro.lab
		<dependency>
106
			<groupId>eu.dnetlib</groupId>
107
			<artifactId>dnet-modular-repositories-ui</artifactId>
108 33960 andrea.man
			<version>[4.0.0, 5.0.0)</version>
109 26600 sandro.lab
		</dependency>
110 30118 sandro.lab
		<dependency>
111
			<groupId>eu.dnetlib</groupId>
112
			<artifactId>dnet-modular-lightui-ui</artifactId>
113 32736 michele.ar
			<version>[2.0.0,3.0.0)</version>
114 30118 sandro.lab
		</dependency>
115 30979 andrea.man
		<dependency>
116
			<groupId>eu.dnetlib</groupId>
117
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
118 32736 michele.ar
			<version>[2.0.0,3.0.0)</version>
119 30979 andrea.man
		</dependency>
120
		<dependency>
121
			<groupId>eu.dnetlib</groupId>
122
			<artifactId>dnet-modular-is-ui</artifactId>
123 32736 michele.ar
			<version>[2.0.0,3.0.0)</version>
124 30979 andrea.man
		</dependency>
125 26600 sandro.lab
126
		<!-- Log service -->
127
		<dependency>
128
			<groupId>eu.dnetlib</groupId>
129
			<artifactId>dnet-mongo-logging</artifactId>
130 30770 sandro.lab
			<version>[1.0.0,2.0.0)</version>
131 26600 sandro.lab
		</dependency>
132
133 27302 andrea.man
		<!-- EAGLE container profiles and workflows -->
134 26600 sandro.lab
		<dependency>
135
			<groupId>eu.dnetlib</groupId>
136
			<artifactId>dnet-eagle-workflows</artifactId>
137 36640 andrea.man
			<version>[3.0.0,4.0.0)</version>
138 26600 sandro.lab
		</dependency>
139
		<dependency>
140
			<groupId>eu.dnetlib</groupId>
141
			<artifactId>dnet-eagle-profiles</artifactId>
142 36640 andrea.man
			<version>[1.0.0,2.0.0)</version>
143 26600 sandro.lab
		</dependency>
144
		<dependency>
145
			<groupId>eu.dnetlib</groupId>
146
			<artifactId>dnet-schemas</artifactId>
147 32736 michele.ar
			<version>[1.0.0,2.0.0)</version>
148 26600 sandro.lab
		</dependency>
149
		<dependency>
150
			<groupId>eu.dnetlib</groupId>
151 32736 michele.ar
			<artifactId>dnet-modular-collector-service</artifactId>
152 31635 andrea.man
			<version>[3.0.0,4.0.0)</version>
153 26600 sandro.lab
		</dependency>
154
		<dependency>
155
			<groupId>eu.dnetlib</groupId>
156 30118 sandro.lab
			<artifactId>dnet-index-solr-service</artifactId>
157 32736 michele.ar
			<version>[2.0.0,3.0.0)</version>
158 26600 sandro.lab
		</dependency>
159
		<dependency>
160
			<groupId>eu.dnetlib</groupId>
161 30118 sandro.lab
			<artifactId>dnet-modular-index-ui</artifactId>
162 32736 michele.ar
			<version>[2.0.0,3.0.0)</version>
163 26600 sandro.lab
		</dependency>
164 31745 andrea.man
		<dependency>
165
			<groupId>eu.dnetlib</groupId>
166
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
167 32736 michele.ar
			<version>[2.0.0,3.0.0)</version>
168 31745 andrea.man
		</dependency>
169
		<dependency>
170
			<groupId>eu.dnetlib</groupId>
171
			<artifactId>dnet-oai-modular-ui</artifactId>
172 32736 michele.ar
			<version>[3.0.0, 4.0.0)</version>
173 31745 andrea.man
		</dependency>
174 26600 sandro.lab
		<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 32736 michele.ar
			<version>[2.0.0,3.0.0)</version>
183 26600 sandro.lab
		</dependency>
184
		<dependency>
185
			<groupId>eu.dnetlib</groupId>
186
			<artifactId>dnet-gridfs-objectstore</artifactId>
187 32736 michele.ar
			<version>[4.0.0,5.0.0)</version>
188 26600 sandro.lab
		</dependency>
189 30118 sandro.lab
190 27302 andrea.man
		<!-- OAI publisher -->
191 27574 andrea.man
		<dependency>
192
			<groupId>eu.dnetlib</groupId>
193 29921 andrea.man
			<artifactId>dnet-oai-common-workflows</artifactId>
194 32736 michele.ar
			<version>[3.0.0,4.0.0)</version>
195 27574 andrea.man
		</dependency>
196
		<dependency>
197
			<groupId>eu.dnetlib</groupId>
198
			<artifactId>cnr-data-information-oai-publisher</artifactId>
199 32736 michele.ar
			<version>[5.0.0, 6.0.0)</version>
200 27574 andrea.man
		</dependency>
201 31635 andrea.man
202
		<!-- Security -->
203 30148 andrea.man
		<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 26600 sandro.lab
	</dependencies>
236
</project>