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-openaire_dli-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-SNAPSHOT,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-SNAPSHOT,2.0.0-SNAPSHOT)</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,3.0.0)</version>
72
		</dependency>
73

    
74
		<!-- Modular UIs -->
75
		<dependency>
76
			<groupId>eu.dnetlib</groupId>
77
			<artifactId>dnet-modular-workflows-ui</artifactId>
78
			<version>[4.0.0, 5.0.0)</version>
79
		</dependency>
80
		<dependency>
81
			<groupId>eu.dnetlib</groupId>
82
			<artifactId>dnet-modular-repositories-ui</artifactId>
83
			<version>[4.0.0, 5.0.0)</version>
84
		</dependency>
85
		<dependency>
86
			<groupId>eu.dnetlib</groupId>
87
			<artifactId>dnet-modular-lightui-ui</artifactId>
88
			<version>[2.0.0,3.0.0)</version>
89
		</dependency>
90
		<dependency>
91
			<groupId>eu.dnetlib</groupId>
92
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
93
			<version>[2.0.0,3.0.0)</version>
94
		</dependency>
95
		<dependency>
96
			<groupId>eu.dnetlib</groupId>
97
			<artifactId>dnet-modular-is-ui</artifactId>
98
			<version>[2.0.0,3.0.0)</version>
99
		</dependency>
100
		<dependency>
101
			<groupId>eu.dnetlib</groupId>
102
			<artifactId>dnet-modular-index-ui</artifactId>
103
			<version>[2.0.0,3.0.0)</version>
104
		</dependency>
105
		
106
		
107
		<!-- DATA LITERARATURE INTERLINKING MODULES -->
108
		<dependency>
109
			<groupId>eu.dnetlib</groupId>
110
			<artifactId>dnet-openaire_dli-profiles</artifactId>
111
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
112
		</dependency>
113
		<dependency>
114
			<groupId>eu.dnetlib</groupId>
115
			<artifactId>dnet-openaire_dli-workflows</artifactId>
116
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
117
		</dependency>
118

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

    
126
		
127
		<dependency>
128
			<groupId>eu.dnetlib</groupId>
129
			<artifactId>dnet-schemas</artifactId>
130
			<version>[1.0.0,2.0.0)</version>
131
		</dependency>
132
		
133
		<!-- Harvesting service -->
134
		<dependency>
135
			<groupId>eu.dnetlib</groupId>
136
			<artifactId>dnet-modular-collector-service</artifactId>
137
			<version>[3.0.0,4.0.0)</version>
138
		</dependency>
139
		
140
		<!-- Index  service -->
141
		<dependency>
142
			<groupId>eu.dnetlib</groupId>
143
			<artifactId>dnet-index-solr-service</artifactId>
144
			<version>[2.0.0,3.0.0)</version>
145
		</dependency>
146
		
147
		<dependency>
148
			<groupId>eu.dnetlib</groupId>
149
			<artifactId>dnet-modular-index-ui</artifactId>
150
			<version>[2.0.0,3.0.0)</version>
151
		</dependency>
152
		
153
		
154
		<!-- Monitoring --> 
155
		<dependency>
156
			<groupId>eu.dnetlib</groupId>
157
			<artifactId>dnet-webapp-monitoring</artifactId>
158
			<version>[1.0.0,2.0.0)</version>
159
		</dependency>
160
		
161

    
162

    
163
		<!-- Security -->
164
				<dependency>
165
			<groupId>eu.dnetlib</groupId>
166
			<artifactId>cnr-inspector-security</artifactId>
167
			<version>[1.0.0,2.0.0)</version>
168
		</dependency>
169
		
170
		<dependency>
171
			<groupId>xerces</groupId>
172
			<artifactId>xercesImpl</artifactId>
173
			<version>2.11.0</version>
174
		</dependency>
175
	</dependencies>
176
</project>
    (1-1/1)