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>dnet-postgres-mdstore</artifactId>
30
	        <version>[1.0.0-SNAPSHOT,2.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
		
101
		
102
		<!-- DATA LITERARATURE INTERLINKING MODULES -->
103
		<dependency>
104
			<groupId>eu.dnetlib</groupId>
105
			<artifactId>dnet-openaire_dli-profiles</artifactId>
106
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
107
		</dependency>
108
		<dependency>
109
			<groupId>eu.dnetlib</groupId>
110
			<artifactId>dnet-openaire_dli-workflows</artifactId>
111
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
112
		</dependency>
113

    
114
		<!-- Log service -->
115
		<dependency>
116
			<groupId>eu.dnetlib</groupId>
117
			<artifactId>dnet-mongo-logging</artifactId>
118
			<version>[1.0.0,2.0.0)</version>
119
		</dependency>
120

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

    
157

    
158
		<!-- Security -->
159
				<dependency>
160
			<groupId>eu.dnetlib</groupId>
161
			<artifactId>cnr-inspector-security</artifactId>
162
			<version>[1.0.0,2.0.0)</version>
163
		</dependency>
164
		
165
		<dependency>
166
			<groupId>xerces</groupId>
167
			<artifactId>xercesImpl</artifactId>
168
			<version>2.11.0</version>
169
		</dependency>
170
	</dependencies>
171
</project>
    (1-1/1)