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
		<!-- http://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
19
		<dependency>
20
			<groupId>commons-beanutils</groupId>
21
			<artifactId>commons-beanutils</artifactId>
22
			<version>1.9.2</version>
23
		</dependency>
24

    
25

    
26
		<dependency>
27
			<groupId>org.springframework.security</groupId>
28
			<artifactId>spring-security-web</artifactId>
29
			<version>4.1.0.RELEASE</version>
30
		</dependency>
31

    
32
		<dependency>
33
			<groupId>org.springframework.security</groupId>
34
			<artifactId>spring-security-config</artifactId>
35
			<version>4.1.0.RELEASE</version>
36
		</dependency>
37

    
38
		<dependency>
39
			<groupId>org.springframework</groupId>
40
			<artifactId>spring-tx</artifactId>
41
			<version>${spring.version}</version>
42
		</dependency>
43

    
44

    
45
		<dependency>
46
			<groupId>eu.dnetlib</groupId>
47
			<artifactId>dnet-information-service</artifactId>
48
			<version>1.0.0-SNAPSHOT</version>
49
		</dependency>
50
		<dependency>
51
			<groupId>eu.dnetlib</groupId>
52
			<artifactId>dnet-data-provision-services</artifactId>
53
			<version>1.0.0-SNAPSHOT</version>
54
		</dependency>
55

    
56
		<dependency>
57
			<groupId>eu.dnetlib</groupId>
58
			<artifactId>dnet-efg</artifactId>
59
			<version>1.0.0-SNAPSHOT</version>
60
		</dependency>
61

    
62
		<dependency>
63
			<groupId>eu.dnetlib</groupId>
64
			<artifactId>dnet-modular-uis</artifactId>
65
			<version>1.0.0-SNAPSHOT</version>
66
		</dependency>
67

    
68
		<dependency>
69
			<groupId>eu.dnetlib</groupId>
70
			<artifactId>dnet-patcheditor-ui</artifactId>
71
			<version>1.0.0-SNAPSHOT</version>
72
		</dependency>
73

    
74
		<dependency>
75
			<groupId>eu.dnetlib</groupId>
76
			<artifactId>dnet-data-services</artifactId>
77
			<version>1.0.0-SNAPSHOT</version>
78
		</dependency>
79

    
80
		<dependency>
81
			<groupId>eu.dnetlib</groupId>
82
			<artifactId>dnet-msro-service</artifactId>
83
			<version>5.0.0-SNAPSHOT</version>
84
		</dependency>
85
	
86
		<dependency>
87
			<groupId>xerces</groupId>
88
			<artifactId>xercesImpl</artifactId>
89
			<version>2.11.0</version>
90
			<scope>compile</scope>
91
		</dependency>
92

    
93
	</dependencies>
94
</project>
    (1-1/1)