Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6
		<version>2.0.0</version>
7
		<relativePath />
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-modular-uis</artifactId>
12
	<packaging>jar</packaging>
13
	<version>2.0.1-SAXONHE-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-modular-uis/branches/saxonHE</developerConnection>
16
	</scm>
17
	<dependencies>
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>dnet-msro-service</artifactId>
21
			<version>[6.0.0-SAXONHE, 7.0.0-SAXONHE)</version>
22
		</dependency>
23
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>dnet-information-service</artifactId>
26
			<version>[2.0.0-SAXONHE,3.0.0-SAXONHE)</version>
27
		</dependency>
28
		<dependency>
29
			<groupId>eu.dnetlib</groupId>
30
			<artifactId>dnet-core-components</artifactId>
31
			<version>[2.0.0-SAXONHE,3.0.0-SAXONHE)</version>
32
		</dependency>
33
		<dependency>
34
			<groupId>org.springframework</groupId>
35
			<artifactId>spring-web</artifactId>
36
			<version>${spring.version}</version>
37
		</dependency>
38
		<dependency>
39
			<groupId>org.springframework</groupId>
40
			<artifactId>spring-webmvc</artifactId>
41
			<version>${spring.version}</version>
42
		</dependency>
43
		<dependency>
44
			<groupId>org.mongodb</groupId>
45
			<artifactId>mongo-java-driver</artifactId>
46
			<version>${mongodb.driver.version}</version>
47
		</dependency>
48
		<dependency>
49
			<groupId>org.codehaus.jackson</groupId>
50
			<artifactId>jackson-mapper-asl</artifactId>
51
			<version>1.9.13</version>
52
		</dependency>
53
		<dependency>
54
			<groupId>javax.servlet</groupId>
55
			<artifactId>javax.servlet-api</artifactId>
56
			<version>${javax.servlet.version}</version>
57
			<scope>provided</scope>
58
		</dependency>
59
		<dependency>
60
			<groupId>org.apache.maven</groupId>
61
			<artifactId>maven-model</artifactId>
62
			<version>3.2.3</version>
63
		</dependency>
64
		<dependency>
65
			<groupId>junit</groupId>
66
			<artifactId>junit</artifactId>
67
			<version>${junit.version}</version>
68
			<scope>test</scope>
69
		</dependency>
70
		<dependency>
71
			<groupId>eu.dnetlib</groupId>
72
			<artifactId>dnet-data-provision-services</artifactId>
73
			<version>[2.0.0-SAXONHE,3.0.0-SAXONHE)</version>
74
		</dependency>
75
	</dependencies>
76

    
77
	<properties>
78
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
79
	</properties>
80

    
81
</project>
(2-2/2)