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

    
17

    
18
		<!-- Enabling services service -->
19
		<dependency>
20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>cnr-enabling-hcm-service</artifactId>
22
			<version>[2.0.0,3.0.0)</version>
23
		</dependency>
24
		<dependency>
25
			<groupId>eu.dnetlib</groupId>
26
			<artifactId>cnr-enabling-hnm-service</artifactId>
27
			<version>[2.0.0,3.0.0)</version>
28
		</dependency>
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>cnr-enabling-services</artifactId>
32
			<version>[2.0.0,3.0.0)</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>cnr-enabling-inspector</artifactId>
37
			<version>[2.0.0,3.0.0)</version>
38
		</dependency>
39
		<dependency>
40
			<groupId>eu.dnetlib</groupId>
41
			<artifactId>cnr-enabling-inspector</artifactId>
42
			<version>[2.0.0,3.0.0)</version>
43
		</dependency>
44
		<dependency>
45
			<groupId>eu.dnetlib</groupId>
46
			<artifactId>dnet-openaireplus-profiles</artifactId>
47
			<version>[1.0.0-SNAPSHOT,)</version>
48
		</dependency>
49
		<dependency>
50
			<groupId>eu.dnetlib</groupId>
51
			<artifactId>dnet-schemas</artifactId>
52
			<version>[1.0.0,2.0.0)</version>
53
		</dependency>
54
		<dependency>
55
			<groupId>eu.dnetlib</groupId>
56
			<artifactId>dnet-information-service</artifactId>
57
			<version>[1.0.0-SNAPSHOT,2.0.0)</version>
58
		</dependency>
59

    
60
		<dependency>
61
			<groupId>xerces</groupId>
62
			<artifactId>xercesImpl</artifactId>
63
			<version>2.11.0</version>
64
			<scope>compile</scope>
65
		</dependency>
66

    
67
	</dependencies>
68
</project>
(3-3/3)