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"
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
		<relativePath />
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-modular-collector-service-rmi</artifactId>
13
	<packaging>jar</packaging>
14
	<version>1.3.0-SNAPSHOT</version>
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-modular-collector-service-rmi/trunk</developerConnection>
17
	</scm>
18

    
19
	<dependencies>
20
		<dependency>
21
			<groupId>eu.dnetlib</groupId>
22
			<artifactId>cnr-rmi-api</artifactId>
23
			<version>[2.0.0,3.0.0)</version>
24
		</dependency>
25
		<dependency>
26
			<groupId>com.google.guava</groupId>
27
			<artifactId>guava</artifactId>
28
			<version>${google.guava.version}</version>
29
		</dependency>
30
		<dependency>
31
			<groupId>dom4j</groupId>
32
			<artifactId>dom4j</artifactId>
33
			<version>${dom4j.version}</version>
34
		</dependency>
35
		<dependency>
36
			<groupId>org.springframework</groupId>
37
			<artifactId>spring-beans</artifactId>
38
			<version>${spring.version}</version>
39
		</dependency>
40
	</dependencies>
41
</project>
(2-2/2)