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
	<artifactId>dnet-isti-container</artifactId>
12
	<packaging>war</packaging>
13
	<version>1.0.0-SNAPSHOT</version>
14
	<dependencies>
15

    
16

    
17
		<!-- http://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
18
		<dependency>
19
			<groupId>commons-beanutils</groupId>
20
			<artifactId>commons-beanutils</artifactId>
21
			<version>1.8.3</version>
22
		</dependency>
23

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

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

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

    
42

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

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

    
61
		<dependency>
62
			<groupId>eu.dnetlib</groupId>
63
			<artifactId>dnet-isti</artifactId>
64
			<version>1.0.0-SNAPSHOT</version>
65
		</dependency>
66

    
67
		<dependency>
68
			<groupId>eu.dnetlib</groupId>
69
			<artifactId>dnet-modular-uis</artifactId>
70
			<version>1.0.0-SNAPSHOT</version>
71
		</dependency>
72

    
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)