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>1.0.0</version>
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-modular-ui</artifactId>
12
	<packaging>jar</packaging>
13
	<version>3.0.13-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-modular-ui/trunk</developerConnection>
16
	</scm>
17
	<dependencies>
18
		<dependency>
19
			<groupId>junit</groupId>
20
			<artifactId>junit</artifactId>
21
			<version>${junit.version}</version>
22
			<scope>test</scope>
23
		</dependency>
24
		<dependency>
25
			<groupId>org.springframework</groupId>
26
			<artifactId>spring-web</artifactId>
27
			<version>${spring.version}</version>
28
		</dependency>
29
		<dependency>
30
			<groupId>org.springframework</groupId>
31
			<artifactId>spring-webmvc</artifactId>
32
			<version>${spring.version}</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>dnet-runtime</artifactId>
37
			<version>[1.0.0,2.0.0)</version>
38
		</dependency>
39
		<dependency>
40
			<groupId>eu.dnetlib</groupId>
41
			<artifactId>cnr-service-common</artifactId>
42
			<version>[2.1.0,3.0.0)</version>
43
		</dependency>
44
		<dependency>
45
			<groupId>com.google.code.gson</groupId>
46
			<artifactId>gson</artifactId>
47
			<version>${google.gson.version}</version>
48
		</dependency>
49
		<dependency>
50
			<groupId>org.mongodb</groupId>
51
			<artifactId>mongo-java-driver</artifactId>
52
			<version>${mongodb.driver.version}</version>
53
		</dependency>
54
		<dependency>
55
			<groupId>org.codehaus.jackson</groupId>
56
			<artifactId>jackson-mapper-asl</artifactId>
57
			<version>1.9.13</version>
58
		</dependency>
59
		<dependency>
60
			<groupId>javax.servlet</groupId>
61
			<artifactId>javax.servlet-api</artifactId>
62
			<version>${javax.servlet.version}</version>
63
			<scope>provided</scope>
64
		</dependency>
65
		<dependency>
66
			<groupId>org.apache.maven</groupId>
67
			<artifactId>maven-model</artifactId>
68
			<version>3.2.3</version>
69
		</dependency>
70
		<dependency>
71
			<groupId>eu.dnetlib</groupId>
72
			<artifactId>dnet-runtime</artifactId>
73
			<version>1.0.0</version>
74
			<scope>provided</scope>
75
		</dependency>
76
	</dependencies>
77
</project>
(3-3/3)