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
		<!-- Security -->
61
		<dependency>
62
			<groupId>eu.dnetlib</groupId>
63
			<artifactId>cnr-inspector-security</artifactId>
64
			<version>[1.0.0,2.0.0)</version>
65
		</dependency>
66
		<dependency>
67
			<groupId>org.springframework.security</groupId>
68
			<artifactId>spring-security-web</artifactId>
69
			<version>3.2.5.RELEASE</version>
70
			<exclusions>
71
				<exclusion>
72
					<artifactId>spring-core</artifactId>
73
					<groupId>org.springframework</groupId>
74
				</exclusion>
75
			</exclusions>
76
		</dependency>
77
		<dependency>
78
			<groupId>org.springframework.security</groupId>
79
			<artifactId>spring-security-config</artifactId>
80
			<version>3.2.5.RELEASE</version>
81
			<exclusions>
82
				<exclusion>
83
					<artifactId>spring-core</artifactId>
84
					<groupId>org.springframework</groupId>
85
				</exclusion>
86
			</exclusions>
87
		</dependency>
88
		<dependency>
89
			<groupId>org.springframework</groupId>
90
			<artifactId>spring-context</artifactId>
91
			<version>${spring.version}</version>
92
		</dependency>
93
		<dependency>
94
			<groupId>org.springframework</groupId>
95
			<artifactId>spring-tx</artifactId>
96
			<version>${spring.version}</version>
97
		</dependency>
98
		<dependency>
99
			<groupId>xerces</groupId>
100
			<artifactId>xercesImpl</artifactId>
101
			<version>2.11.0</version>
102
			<scope>compile</scope>
103
		</dependency>
104

    
105
	</dependencies>
106
</project>
(2-2/3)