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-container-openaireplus</artifactId>
13
	<packaging>war</packaging>
14
	<version>1.0.0-SNAPSHOT</version>
15
	<dependencies>
16

    
17
		<!-- Common components in every container -->
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>cnr-log4j-inspector</artifactId>
21
			<version>[1.0.0-SNAPSHOT,)</version>
22
		</dependency>
23
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>dnet-schemas</artifactId>
26
			<version>[1.0.0-SNAPSHOT,)</version>
27
		</dependency>
28

    
29
		<!-- Common services in every container -->
30
		<dependency>
31
			<groupId>eu.dnetlib</groupId>
32
			<artifactId>cnr-enabling-hnm-service</artifactId>
33
			<version>[1.0.0-SNAPSHOT,)</version>
34
		</dependency>
35
		<dependency>
36
			<groupId>eu.dnetlib</groupId>
37
			<artifactId>cnr-enabling-hcm-service</artifactId>
38
			<version>[1.0.0-SNAPSHOT,)</version>
39
		</dependency>
40

    
41
		<!-- Enabling services service -->
42
		<dependency>
43
			<groupId>eu.dnetlib</groupId>
44
			<artifactId>cnr-enabling-inspector</artifactId>
45
			<version>[1.0.0-SNAPSHOT,)</version>
46
		</dependency>
47
		<dependency>
48
			<groupId>eu.dnetlib</groupId>
49
			<artifactId>cnr-enabling-services</artifactId>
50
			<version>[1.0.0-SNAPSHOT,)</version>
51
		</dependency>
52

    
53
		<!-- Manager Service Resource Orchestration (required for workflows) -->
54
		<dependency>
55
			<groupId>eu.dnetlib</groupId>
56
			<artifactId>dnet-msro-service</artifactId>
57
			<version>[1.1.0-SNAPSHOT,)</version>
58
		</dependency>
59
		<dependency>
60
			<groupId>eu.dnetlib</groupId>
61
			<artifactId>dnet-mongo-logging</artifactId>
62
			<version>[1.0.0-SNAPSHOT,)</version>
63
		</dependency>
64

    
65
		<!-- Modular User Interfaces -->
66
		<dependency>
67
			<groupId>eu.dnetlib</groupId>
68
			<artifactId>dnet-modular-ui</artifactId>
69
			<version>[1.0.0-SNAPSHOT,)</version>
70
		</dependency>
71
		<dependency>
72
			<groupId>eu.dnetlib</groupId>
73
			<artifactId>dnet-modular-workflows-ui</artifactId>
74
			<version>[1.0.0-SNAPSHOT,)</version>
75
		</dependency>
76
		<dependency>
77
                        <groupId>eu.dnetlib</groupId>
78
                        <artifactId>dnet-modular-inspector-ui</artifactId>
79
                        <version>[1.0.0-SNAPSHOT,)</version>
80
                </dependency>
81

    
82
		<dependency>
83
			<groupId>eu.dnetlib</groupId>
84
			<artifactId>dnet-modular-repositories-ui</artifactId>
85
			<version>[1.0.0-SNAPSHOT,)</version>
86
		</dependency>
87
<!-- 		<dependency> -->
88
<!-- 			<groupId>eu.dnetlib</groupId> -->
89
<!-- 			<artifactId>dnet-oai-modular-ui</artifactId> -->
90
<!-- 			<version>[2.0.0-SNAPSHOT,)</version> -->
91
<!-- 		</dependency> -->
92
		<dependency>
93
		<groupId>eu.dnetlib</groupId>
94
		<artifactId>dnet-modular-vocabularies-ui</artifactId>
95
		<version>[1.0.1-SNAPSHOT,)</version>
96
		</dependency>
97

    
98
		<!-- Aggregation services -->
99
		<dependency>
100
			<groupId>eu.dnetlib</groupId>
101
			<artifactId>cnr-mongo-mdstore</artifactId>
102
			<version>[1.0.0-SNAPSHOT,)</version>
103
		</dependency>
104
		<dependency>
105
			<groupId>eu.dnetlib</groupId>
106
			<artifactId>dnet-modular-collector-service</artifactId>
107
			<version>[1.1.0-SNAPSHOT,)</version>
108
		</dependency>
109
		<dependency>
110
			<groupId>eu.dnetlib</groupId>
111
			<artifactId>dnet-gridfs-objectstore</artifactId>
112
			<version>[2.0.0-SNAPSHOT,)</version>
113
		</dependency>
114
		<dependency>
115
			<groupId>eu.dnetlib</groupId>
116
			<artifactId>dnet-data-transformation-service</artifactId>
117
			<version>[1.0.0-SNAPSHOT,)</version>
118
		</dependency>
119

    
120
		<dependency>
121
			<groupId>eu.dnetlib</groupId>
122
			<artifactId>cnr-enabling-database-service</artifactId>
123
			<version>[1.0.0-SNAPSHOT,)</version>
124
		</dependency>
125
		<!-- <dependency> -->
126
		<!-- <groupId>eu.dnetlib</groupId> -->
127
		<!-- <artifactId>cnr-enabling-database-inspector</artifactId> -->
128
		<!-- <version>[1.0.0-SNAPSHOT,)</version> -->
129
		<!-- </dependency> -->
130
		<dependency>
131
			<groupId>eu.dnetlib</groupId>
132
			<artifactId>dnet-openaireplus-profiles</artifactId>
133
			<version>[1.0.0-SNAPSHOT,)</version>
134
		</dependency>
135
		<dependency>
136
			<groupId>eu.dnetlib</groupId>
137
			<artifactId>cnr-data-utility-cleaner-service</artifactId>
138
			<version>[2.0.0-SNAPSHOT,)</version>
139
		</dependency>
140
		<!-- <dependency> -->
141
		<!-- <groupId>eu.dnetlib</groupId> -->
142
		<!-- <artifactId>dnet-modular-cleaning-rules-ui</artifactId> -->
143
		<!-- <version>[0.0.1, 1.0]</version> -->
144
		<!-- </dependency> -->
145

    
146

    
147
		<dependency>
148
			<groupId>eu.dnetlib</groupId>
149
			<artifactId>dnet-openaireplus-workflows</artifactId>
150
			<version>[1.0.0-SNAPSHOT,)</version>
151
		</dependency>
152
		<dependency>
153
			<groupId>eu.dnetlib</groupId>
154
			<artifactId>dnet-oai-hdfs-workflows</artifactId>
155
			<version>1.0.0-SNAPSHOT</version>
156
		</dependency>
157
		<dependency>
158
			<groupId>eu.dnetlib</groupId>
159
			<artifactId>dnet-hadoop-service</artifactId>
160
			<version>[1.0.0-SNAPSHOT,)</version>
161
		</dependency>
162
		<dependency>
163
			<groupId>eu.dnetlib</groupId>
164
			<artifactId>dnet-actionmanager-service</artifactId>
165
			<version>[2.0.0-SNAPSHOT,)</version>
166
		</dependency>
167
		<dependency>
168
			<groupId>eu.dnetlib</groupId>
169
			<artifactId>cnr-inspector-security</artifactId>
170
			<version>[1.0.0-SNAPSHOT,)</version>
171
		</dependency>
172
		<dependency>
173
			<groupId>eu.dnetlib</groupId>
174
			<artifactId>dnet-webapp-monitoring</artifactId>
175
			<version>[1.0.0-SNAPSHOT,)</version>
176
		</dependency>
177

    
178

    
179

    
180
		<dependency>
181
			<groupId>xerces</groupId>
182
			<artifactId>xercesImpl</artifactId>
183
			<version>2.11.0</version>
184
			<scope>compile</scope>
185
		</dependency>
186
		<dependency>
187
			<groupId>xalan</groupId>
188
			<artifactId>xalan</artifactId>
189
			<version>2.7.1</version>
190
		</dependency>
191

    
192
	</dependencies>
193
</project>
    (1-1/1)