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-newpuma-container</artifactId>
13
	<packaging>war</packaging>
14
	<version>1.0.0-SNAPSHOT</version>
15
	<dependencies>
16
		<!-- Common components in every container -->
17
		<dependency>
18
			<groupId>eu.dnetlib</groupId>
19
			<artifactId>cnr-log4j-inspector</artifactId>
20
			<version>[1.0.0,2.0.0)</version>
21
		</dependency>
22
		<dependency>
23
			<groupId>eu.dnetlib</groupId>
24
			<artifactId>cnr-enabling-services</artifactId>
25
			<version>[2.0.0,3.0.0)</version>
26
		</dependency>
27
		<dependency>
28
	        <groupId>eu.dnetlib</groupId>
29
	        <artifactId>cnr-mongo-mdstore</artifactId>
30
	        <version>[4.0.0,5.0.0)</version>
31
	    </dependency>
32
		<dependency>
33
			<groupId>eu.dnetlib</groupId>
34
			<artifactId>cnr-enabling-inspector</artifactId>
35
			<version>[2.0.0,3.0.0)</version>
36
		</dependency>
37
		<dependency>
38
			<groupId>eu.dnetlib</groupId>
39
			<artifactId>dnet-datasource-manager-service</artifactId>
40
			<version>[1.0.0,2.0.0)</version>
41
		</dependency>
42

    
43
		<!-- Common services in every container -->
44
		<dependency>
45
			<groupId>eu.dnetlib</groupId>
46
			<artifactId>cnr-enabling-hnm-service</artifactId>
47
			<version>[2.0.0,3.0.0)</version>
48
		</dependency>
49
		<dependency>
50
			<groupId>eu.dnetlib</groupId>
51
			<artifactId>cnr-enabling-hcm-service</artifactId>
52
			<version>[2.0.0,3.0.0)</version>
53
		</dependency>
54
		<dependency>
55
			<groupId>eu.dnetlib</groupId>
56
			<artifactId>cnr-resultset-inspector</artifactId>
57
			<version>[2.0.0,3.0.0)</version>
58
		</dependency>
59

    
60
		<!-- Manager Service Resource Orchestration (required for workflows) -->
61
		<dependency>
62
			<groupId>eu.dnetlib</groupId>
63
			<artifactId>dnet-msro-service</artifactId>
64
			<version>[3.0.0,4.0.0)</version>
65
		</dependency>
66
		
67
		<!-- Jochen Transformator -->
68
		<dependency>
69
			<groupId>eu.dnetlib</groupId>
70
			<artifactId>dnet-data-transformation-service</artifactId>
71
			<version>[2.0.0]</version>
72
		</dependency>
73
		
74
		<dependency>
75
			<groupId>eu.dnetlib</groupId>
76
			<artifactId>unibi-data-collective-transformation-common</artifactId>
77
			<version>[2.0.0]</version>
78
		</dependency>
79

    
80
		<!-- Modular UIs -->
81
		<dependency>
82
			<groupId>eu.dnetlib</groupId>
83
			<artifactId>dnet-modular-workflows-ui</artifactId>
84
			<version>[4.0.0, 5.0.0)</version>
85
		</dependency>
86
		<dependency>
87
			<groupId>eu.dnetlib</groupId>
88
			<artifactId>dnet-modular-repositories-ui</artifactId>
89
			<version>[4.0.0, 5.0.0)</version>
90
		</dependency>
91
		<dependency>
92
			<groupId>eu.dnetlib</groupId>
93
			<artifactId>dnet-modular-lightui-ui</artifactId>
94
			<version>[2.0.0,3.0.0)</version>
95
		</dependency>
96
		<dependency>
97
			<groupId>eu.dnetlib</groupId>
98
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
99
			<version>[2.0.0,3.0.0)</version>
100
		</dependency>
101
		<dependency>
102
			<groupId>eu.dnetlib</groupId>
103
			<artifactId>dnet-modular-is-ui</artifactId>
104
			<version>[2.0.0,3.0.0)</version>
105
		</dependency>
106
		<dependency>
107
			<groupId>eu.dnetlib</groupId>
108
			<artifactId>dnet-modular-index-ui</artifactId>
109
			<version>[2.0.0,3.0.0)</version>
110
		</dependency>
111
		<dependency>
112
			<groupId>eu.dnetlib</groupId>
113
			<artifactId>dnet-oai-modular-ui</artifactId>
114
			<version>[3.0.0,4.0.0)</version>
115
		</dependency>
116
		
117
		
118
		<!-- PUMA  MODULES -->
119
		<dependency>
120
			<groupId>eu.dnetlib</groupId>
121
			<artifactId>dnet-newpuma-profiles</artifactId>
122
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
123
		</dependency>
124
		<dependency>
125
			<groupId>eu.dnetlib</groupId>
126
			<artifactId>dnet-newpuma-workflows</artifactId>
127
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
128
		</dependency>
129
		
130
		<!-- OAI publisher -->
131
		<dependency>
132
			<groupId>eu.dnetlib</groupId>
133
			<artifactId>dnet-oai-common-workflows</artifactId>
134
			<version>[3.0.0,4.0.0)</version>
135
		</dependency>
136
		<dependency>
137
			<groupId>eu.dnetlib</groupId>
138
			<artifactId>cnr-data-information-oai-publisher</artifactId>
139
			<version>[5.0.0, 6.0.0)</version>
140
		</dependency>
141

    
142
		<!-- Log service -->
143
		<dependency>
144
			<groupId>eu.dnetlib</groupId>
145
			<artifactId>dnet-mongo-logging</artifactId>
146
			<version>[1.0.0,2.0.0)</version>
147
		</dependency>
148

    
149
		
150
		<dependency>
151
			<groupId>eu.dnetlib</groupId>
152
			<artifactId>dnet-schemas</artifactId>
153
			<version>[1.0.0,2.0.0)</version>
154
		</dependency>
155
		
156
		<!-- Harvesting service -->
157
		<dependency>
158
			<groupId>eu.dnetlib</groupId>
159
			<artifactId>dnet-modular-collector-service</artifactId>
160
			<version>[3.0.0,4.0.0)</version>
161
		</dependency>
162
		
163
		<!-- Index  service -->
164
		<dependency>
165
			<groupId>eu.dnetlib</groupId>
166
			<artifactId>dnet-index-solr-service</artifactId>
167
			<version>[2.0.0,3.0.0)</version>
168
		</dependency>
169
		
170
		<dependency>
171
			<groupId>eu.dnetlib</groupId>
172
			<artifactId>dnet-modular-index-ui</artifactId>
173
			<version>[2.0.0,3.0.0)</version>
174
		</dependency>
175
		
176
		
177
		<!-- Monitoring --> 
178
		<dependency>
179
			<groupId>eu.dnetlib</groupId>
180
			<artifactId>dnet-webapp-monitoring</artifactId>
181
			<version>[1.0.0,2.0.0)</version>
182
		</dependency>
183
		
184

    
185

    
186
		<!-- Security -->
187
<!--       <dependency> -->
188
<!-- 			<groupId>eu.dnetlib</groupId> -->
189
<!-- 			<artifactId>cnr-inspector-security</artifactId> -->
190
<!-- 			<version>[1.0.0,2.0.0)</version> -->
191
<!-- 		</dependency> -->
192
		
193
		<dependency>
194
			<groupId>xerces</groupId>
195
			<artifactId>xercesImpl</artifactId>
196
			<version>2.11.0</version>
197
		</dependency>
198
	</dependencies>
199
</project>
    (1-1/1)