Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>2.0.0-SNAPSHOT</version>
8
		<relativePath></relativePath>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-efg-container</artifactId>
13
	<packaging>war</packaging>
14
	<version>3.0.0-SNAPSHOT</version>
15
	<dependencies>
16

    
17

    
18
		<dependency>
19
			<groupId>org.springframework.security</groupId>
20
			<artifactId>spring-security-web</artifactId>
21
			<version>4.0.4.RELEASE</version>
22
		</dependency>
23

    
24
		<dependency>
25
			<groupId>org.springframework.security</groupId>
26
			<artifactId>spring-security-config</artifactId>
27
			<version>4.0.4.RELEASE</version>
28
		</dependency>
29

    
30

    
31
		<dependency>
32
			<groupId>eu.dnetlib</groupId>
33
			<artifactId>dnet-information-service</artifactId>
34
			<version>1.0.0-SNAPSHOT</version>
35
		</dependency>
36
		<dependency>
37
			<groupId>eu.dnetlib</groupId>
38
			<artifactId>dnet-data-provision</artifactId>
39
			<version>1.0.0-SNAPSHOT</version>
40
		</dependency>
41

    
42
		<dependency>
43
			<groupId>eu.dnetlib</groupId>
44
			<artifactId>dnet-efg</artifactId>
45
			<version>1.0.0-SNAPSHOT</version>
46
		</dependency>
47

    
48
		<dependency>
49
			<groupId>eu.dnetlib</groupId>
50
			<artifactId>dnet-modular-uis</artifactId>
51
			<version>1.0.0-SNAPSHOT</version>
52
		</dependency>
53

    
54

    
55
		<dependency>
56
			<groupId>eu.dnetlib</groupId>
57
			<artifactId>dnet-data-services</artifactId>
58
			<version>1.0.0-SNAPSHOT</version>
59
		</dependency>
60

    
61
		<dependency>
62
			<groupId>eu.dnetlib</groupId>
63
			<artifactId>dnet-msro-service</artifactId>
64
			<version>5.0.0-SNAPSHOT</version>
65
		</dependency>
66
	
67
		<dependency>
68
			<groupId>xerces</groupId>
69
			<artifactId>xercesImpl</artifactId>
70
			<version>2.11.0</version>
71
			<scope>compile</scope>
72
		</dependency>
73

    
74
	</dependencies>
75
</project>
    (1-1/1)