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</version>
8
		<relativePath></relativePath>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-minimal-container</artifactId>
13
	<packaging>war</packaging>
14
	<version>1.0.0</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>xerces</groupId>
54
			<artifactId>xercesImpl</artifactId>
55
			<version>2.11.0</version>
56
			<scope>compile</scope>
57
		</dependency>
58
		<dependency>
59
			<groupId>xalan</groupId>
60
			<artifactId>xalan</artifactId>
61
			<version>2.7.1</version>
62
		</dependency>
63

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

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

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

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

    
129
		<!-- Container profiles and workflows -->
130
		<dependency>
131
			<groupId>eu.dnetlib</groupId>
132
			<artifactId>dnet-schemas</artifactId>
133
			<version>[1.0.0,2.0.0)</version>
134
		</dependency>
135
		<dependency>
136
			<groupId>eu.dnetlib</groupId>
137
			<artifactId>dnet-modular-collector-service</artifactId>
138
			<version>[3.0.0,4.0.0)</version>
139
		</dependency>
140
		<dependency>
141
			<groupId>eu.dnetlib</groupId>
142
			<artifactId>dnet-index-solr-service</artifactId>
143
			<version>[2.0.0,3.0.0)</version>
144
		</dependency>
145
		<dependency>
146
			<groupId>eu.dnetlib</groupId>
147
			<artifactId>dnet-modular-index-ui</artifactId>
148
			<version>[2.0.0,3.0.0)</version>
149
		</dependency>
150
		<dependency>
151
			<groupId>eu.dnetlib</groupId>
152
			<artifactId>dnet-modular-oai-explorer-ui</artifactId>
153
			<version>[2.0.0,3.0.0)</version>
154
		</dependency>
155
		<dependency>
156
			<groupId>eu.dnetlib</groupId>
157
			<artifactId>dnet-oai-modular-ui</artifactId>
158
			<version>[3.0.0,4.0.0)</version>
159
		</dependency>
160

    
161
		<dependency>
162
			<groupId>eu.dnetlib</groupId>
163
			<artifactId>dnet-download-service</artifactId>
164
			<version>[2.0.0,3.0.0)</version>
165
		</dependency>
166
		<dependency>
167
			<groupId>eu.dnetlib</groupId>
168
			<artifactId>dnet-gridfs-objectstore</artifactId>
169
			<version>[4.0.0,5.0.0)</version>
170
		</dependency>
171

    
172
		<!-- OAI publisher -->
173
		<dependency>
174
			<groupId>eu.dnetlib</groupId>
175
			<artifactId>dnet-oai-common-workflows</artifactId>
176
			<version>[3.0.0,4.0.0)</version>
177
		</dependency>
178
		<dependency>
179
			<groupId>eu.dnetlib</groupId>
180
			<artifactId>cnr-data-information-oai-publisher</artifactId>
181
			<version>[5.0.0, 6.0.0)</version>
182
		</dependency>
183

    
184
		<!-- Security -->
185
		<dependency>
186
			<groupId>org.springframework.security</groupId>
187
			<artifactId>spring-security-web</artifactId>
188
			<version>3.2.5.RELEASE</version>
189
			<exclusions>
190
				<exclusion>
191
					<artifactId>spring-core</artifactId>
192
					<groupId>org.springframework</groupId>
193
				</exclusion>
194
			</exclusions>
195
		</dependency>
196
		<dependency>
197
			<groupId>org.springframework.security</groupId>
198
			<artifactId>spring-security-config</artifactId>
199
			<version>3.2.5.RELEASE</version>
200
			<exclusions>
201
				<exclusion>
202
					<artifactId>spring-core</artifactId>
203
					<groupId>org.springframework</groupId>
204
				</exclusion>
205
			</exclusions>
206
		</dependency>
207
		<dependency>
208
			<groupId>org.springframework</groupId>
209
			<artifactId>spring-context</artifactId>
210
			<version>${spring.version}</version>
211
		</dependency>
212
		<dependency>
213
			<groupId>org.springframework</groupId>
214
			<artifactId>spring-tx</artifactId>
215
			<version>${spring.version}</version>
216
		</dependency>
217
	</dependencies>
218
</project>
    (1-1/1)