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-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-modular-uis</artifactId>
13
	<packaging>jar</packaging>
14
	<version>2.0.0-SAXONHE-SNAPSHOT</version>
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-modular-uis/branches/saxonHE</developerConnection>
17
	</scm>
18
	<dependencies>
19
		<dependency>
20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>dnet-msro-service</artifactId>
22
			<version>6.0.0-SAXONHE-SNAPSHOT</version>
23
		</dependency>
24
		<dependency>
25
			<groupId>eu.dnetlib</groupId>
26
			<artifactId>dnet-information-service</artifactId>
27
			<version>2.0.0-SAXONHE-SNAPSHOT</version>
28
		</dependency>
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>dnet-core-components</artifactId>
32
			<version>2.0.0-SAXONHE-SNAPSHOT</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>org.springframework</groupId>
36
			<artifactId>spring-web</artifactId>
37
			<version>${spring.version}</version>
38
		</dependency>
39
		<dependency>
40
			<groupId>org.springframework</groupId>
41
			<artifactId>spring-webmvc</artifactId>
42
			<version>${spring.version}</version>
43
		</dependency>
44
		<dependency>
45
			<groupId>org.mongodb</groupId>
46
			<artifactId>mongo-java-driver</artifactId>
47
			<version>${mongodb.driver.version}</version>
48
		</dependency>
49
		<dependency>
50
			<groupId>org.codehaus.jackson</groupId>
51
			<artifactId>jackson-mapper-asl</artifactId>
52
			<version>1.9.13</version>
53
		</dependency>
54
		<dependency>
55
			<groupId>javax.servlet</groupId>
56
			<artifactId>javax.servlet-api</artifactId>
57
			<version>${javax.servlet.version}</version>
58
			<scope>provided</scope>
59
		</dependency>
60
		<dependency>
61
			<groupId>org.apache.maven</groupId>
62
			<artifactId>maven-model</artifactId>
63
			<version>3.2.3</version>
64
		</dependency>
65
		<dependency>
66
			<groupId>junit</groupId>
67
			<artifactId>junit</artifactId>
68
			<version>${junit.version}</version>
69
			<scope>test</scope>
70
		</dependency>
71
		<dependency>
72
			<groupId>eu.dnetlib</groupId>
73
			<artifactId>dnet-data-provision-services</artifactId>
74
			<version>2.0.0-SAXONHE-SNAPSHOT</version>
75
		</dependency>
76
	</dependencies>
77

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

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