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>1.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

    
32
		<!-- Common components in every container -->
33
		<dependency>
34
			<groupId>eu.dnetlib</groupId>
35
			<artifactId>cnr-log4j-inspector</artifactId>
36
			<version>[1.0.0-SNAPSHOT]</version>
37
		</dependency>
38

    
39
		<!-- Common services in every container -->
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>cnr-enabling-hnm-service</artifactId>
43
			<version>[1.0.0-SNAPSHOT]</version>
44
		</dependency>
45

    
46
		<dependency>
47
			<groupId>eu.dnetlib</groupId>
48
			<artifactId>cnr-enabling-hcm-service</artifactId>
49
			<version>[1.0.0-SNAPSHOT]</version>
50
		</dependency>
51

    
52
		<dependency>
53
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>cnr-resultset-service</artifactId>
55
			<version>[1.0.0-SNAPSHOT]</version>
56
		</dependency>
57

    
58
		<dependency>
59
			<groupId>eu.dnetlib</groupId>
60
			<artifactId>cnr-resultset-inspector</artifactId>
61
			<version>[1.0.0-SNAPSHOT]</version>
62
		</dependency>
63

    
64
		<!-- Enabling services service -->
65
		<dependency>
66
			<groupId>eu.dnetlib</groupId>
67
			<artifactId>cnr-enabling-services</artifactId>
68
			<version>[1.0.0-SNAPSHOT]</version>
69
		</dependency>
70
		<dependency>
71
			<groupId>eu.dnetlib</groupId>
72
			<artifactId>cnr-enabling-inspector</artifactId>
73
			<version>[1.0.0-SNAPSHOT]</version>
74
		</dependency>
75

    
76
		<!-- Manager Service Resource Orchestration (required for workflows) -->
77
		<dependency>
78
			<groupId>eu.dnetlib</groupId>
79
			<artifactId>dnet-msro-service</artifactId>
80
			<version>[1.0.0-SNAPSHOT]</version>
81
		</dependency>
82

    
83
		<!-- Modular UIs -->	
84
		<dependency>
85
			<groupId>eu.dnetlib</groupId>
86
			<artifactId>dnet-modular-ui</artifactId>
87
			<version>[2.0.0-SNAPSHOT]</version>
88
		</dependency>
89
		
90
		<dependency>
91
			<groupId>eu.dnetlib</groupId>
92
			<artifactId>dnet-modular-workflows-ui</artifactId>
93
			<version>[2.0.0-SNAPSHOT]</version>
94
		</dependency>
95

    
96
		<dependency>
97
			<groupId>eu.dnetlib</groupId>
98
			<artifactId>dnet-modular-repositories-ui</artifactId>
99
			<version>[2.0.0-SNAPSHOT]</version>
100
		</dependency>
101

    
102
<!-- 		<dependency> -->
103
<!-- 			<groupId>eu.dnetlib</groupId> -->
104
<!-- 			<artifactId>dnet-modular-stats-ui</artifactId> -->
105
<!-- 			<version>1.0.0-SNAPSHOT</version> -->
106
<!-- 		</dependency> -->
107

    
108
		<!-- Log service -->
109
		<dependency>
110
			<groupId>eu.dnetlib</groupId>
111
			<artifactId>dnet-mongo-logging</artifactId>
112
			<version>[1.0.0-SNAPSHOT]</version>
113
		</dependency>
114

    
115
		<!-- EAGLE container profiles and workflows -->
116
		<dependency>
117
			<groupId>eu.dnetlib</groupId>
118
			<artifactId>dnet-eagle-workflows</artifactId>
119
			<version>[1.0.0-SNAPSHOT]</version>
120
		</dependency>
121

    
122
		<dependency>
123
			<groupId>eu.dnetlib</groupId>
124
			<artifactId>dnet-eagle-profiles</artifactId>
125
			<version>[1.0.0-SNAPSHOT]</version>
126
		</dependency>
127

    
128
		<dependency>
129
			<groupId>eu.dnetlib</groupId>
130
			<artifactId>dnet-eagle-lightUI</artifactId>
131
			<version>[1.0.0-SNAPSHOT]</version>
132
		</dependency>
133

    
134
		<dependency>
135
			<groupId>eu.dnetlib</groupId>
136
			<artifactId>cnr-data-information-publisher-service</artifactId>
137
			<version>[1.0.0-SNAPSHOT]</version>
138
		</dependency>
139

    
140
		<dependency>
141
			<groupId>eu.dnetlib</groupId>
142
			<artifactId>dnet-schemas</artifactId>
143
			<version>[1.0.0-SNAPSHOT]</version>
144
		</dependency>
145

    
146
		<!-- MDStore service -->
147
		<dependency>
148
			<groupId>eu.dnetlib</groupId>
149
			<artifactId>cnr-mongo-mdstore</artifactId>
150
			<version>[1.0.0-SNAPSHOT]</version>
151
		</dependency>
152

    
153
		<dependency>
154
			<groupId>eu.dnetlib</groupId>
155
			<artifactId>dnet-modular-collector-service</artifactId>
156
			<version>[1.0.0-SNAPSHOT,)</version>
157
		</dependency>
158

    
159
		<dependency>
160
			<groupId>eu.dnetlib</groupId>
161
			<artifactId>cnr-index-solr-service</artifactId>
162
			<version>[1.0.0-SNAPSHOT]</version>
163
		</dependency>
164

    
165
		<dependency>
166
			<groupId>eu.dnetlib</groupId>
167
			<artifactId>cnr-index-solr-inspector</artifactId>
168
			<version>[1.0.0-SNAPSHOT]</version>
169
		</dependency>
170
		
171
		<dependency>
172
			<groupId>xerces</groupId>
173
			<artifactId>xercesImpl</artifactId>
174
			<version>2.11.0</version>
175
		</dependency>
176
		
177
		<dependency>
178
			<groupId>eu.dnetlib</groupId>
179
			<artifactId>dnet-download-service</artifactId>
180
			<version>[1.0.0-SNAPSHOT]</version>
181
		</dependency>
182
		
183
		<dependency>
184
			<groupId>eu.dnetlib</groupId>
185
			<artifactId>dnet-gridfs-objectstore</artifactId>
186
			<version>[2.0.0-SNAPSHOT]</version>
187
		</dependency>
188
		
189
		<!-- OAI publisher -->
190
		<dependency>
191
			<groupId>eu.dnetlib</groupId>
192
			<artifactId>dnet-oai-mdstore-workflows</artifactId>
193
			<version>1.0.0-SNAPSHOT</version>
194
		</dependency>
195
		
196
		<dependency>
197
			<groupId>eu.dnetlib</groupId>
198
			<artifactId>dnet-oai-modular-ui</artifactId>
199
			<version>2.0.0-SNAPSHOT</version>
200
		</dependency>
201
		
202
		<dependency>
203
			<groupId>eu.dnetlib</groupId>
204
			<artifactId>cnr-data-information-oai-publisher</artifactId>
205
			<version>[3.0.0-SNAPSHOT,)</version>
206
		</dependency>
207
		
208
	</dependencies>
209
</project>
    (1-1/1)