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-wds-container</artifactId>
13
	<packaging>war</packaging>
14
	<version>3.0.0-SNAPSHOT</version>
15
	<dependencies>
16
		<!-- http://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
17
		<dependency>
18
			<groupId>commons-beanutils</groupId>
19
			<artifactId>commons-beanutils</artifactId>
20
			<version>1.8.3</version>
21
		</dependency>
22

    
23
		<dependency>
24
			<groupId>org.springframework.security</groupId>
25
			<artifactId>spring-security-web</artifactId>
26
			<version>4.1.0.RELEASE</version>
27
		</dependency>
28

    
29
		<dependency>
30
			<groupId>org.springframework.security</groupId>
31
			<artifactId>spring-security-config</artifactId>
32
			<version>4.1.0.RELEASE</version>
33
		</dependency>
34

    
35
		<dependency>
36
			<groupId>org.springframework</groupId>
37
			<artifactId>spring-tx</artifactId>
38
			<version>${spring.version}</version>
39
		</dependency>
40

    
41
		<dependency>
42
			<groupId>eu.dnetlib</groupId>
43
			<artifactId>dnet-information-service</artifactId>
44
			<version>1.0.0-SNAPSHOT</version>
45
		</dependency>
46
		<dependency>
47
			<groupId>eu.dnetlib</groupId>
48
			<artifactId>dnet-data-provision-services</artifactId>
49
			<version>1.0.0-SNAPSHOT</version>
50
		</dependency>
51

    
52
		<dependency>
53
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>dnet-data-support-services</artifactId>
55
			<version>1.0.0-SNAPSHOT</version>
56
		</dependency>
57

    
58
		<dependency>
59
			<groupId>eu.dnetlib</groupId>
60
			<artifactId>dnet-modular-uis</artifactId>
61
			<version>1.0.0-SNAPSHOT</version>
62
		</dependency>
63

    
64

    
65
		<dependency>
66
			<groupId>eu.dnetlib</groupId>
67
			<artifactId>dnet-data-services</artifactId>
68
			<version>1.0.0-SNAPSHOT</version>
69
		</dependency>
70

    
71
		<dependency>
72
			<groupId>eu.dnetlib</groupId>
73
			<artifactId>dnet-msro-service</artifactId>
74
			<version>5.0.0-SNAPSHOT</version>
75
		</dependency>
76

    
77
		<dependency>
78
			<groupId>eu.dnetlib</groupId>
79
			<artifactId>dnet-hadoop-services</artifactId>
80
			<version>1.0.0-SNAPSHOT</version>
81
		</dependency>
82
		<dependency>
83
			<groupId>eu.dnetlib</groupId>
84
			<artifactId>dnet-wds</artifactId>
85
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
86
		</dependency>
87

    
88

    
89
		<dependency>
90
			<groupId>eu.dnetlib</groupId>
91
			<artifactId>dnet-mapreduce-jobs</artifactId>
92
			<version>1.0.0-SNAPSHOT</version>
93
		</dependency>
94

    
95
		<dependency>
96
			<groupId>xerces</groupId>
97
			<artifactId>xercesImpl</artifactId>
98
			<version>2.11.0</version>
99
			<scope>compile</scope>
100
		</dependency>
101

    
102
	</dependencies>
103
</project>
    (1-1/1)