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-parthenos-container</artifactId>
13
	<packaging>war</packaging>
14
	<version>1.0.0-SNAPSHOT</version>
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/webapps/dnet-parthenos-container/trunk</developerConnection>
17
	</scm>
18

    
19
	<dependencies>
20
		<dependency>
21
			<groupId>commons-beanutils</groupId>
22
			<artifactId>commons-beanutils</artifactId>
23
			<version>1.9.2</version>
24
		</dependency>
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
		<dependency>
45
			<groupId>eu.dnetlib</groupId>
46
			<artifactId>dnet-parthenos</artifactId>
47
			<version>1.0.0-SNAPSHOT</version>
48
		</dependency>
49

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

    
56
		<dependency>
57
			<groupId>eu.dnetlib</groupId>
58
			<artifactId>dnet-msro-service</artifactId>
59
			<version>5.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-information-service</artifactId>
71
			<version>1.0.0-SNAPSHOT</version>
72
		</dependency>
73
		<dependency>
74
			<groupId>eu.dnetlib</groupId>
75
			<artifactId>dnet-data-provision-services</artifactId>
76
			<version>1.0.0-SNAPSHOT</version>
77
		</dependency>	
78
		<dependency>
79
			<groupId>xerces</groupId>
80
			<artifactId>xercesImpl</artifactId>
81
			<version>2.11.0</version>
82
			<scope>compile</scope>
83
		</dependency>
84

    
85
	</dependencies>
86
</project>
(2-2/2)