Project

General

Profile

1 31598 claudio.at
<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/xsd/maven-4.0.0.xsd">
2 26600 sandro.lab
	<parent>
3
		<groupId>eu.dnetlib</groupId>
4 45187 claudio.at
		<artifactId>dnet45-parent</artifactId>
5
		<version>1.0.0-SNAPSHOT</version>
6 45348 claudio.at
		<relativePath/>
7 26600 sandro.lab
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>dnet-download-service</artifactId>
11 45032 alessia.ba
	<version>2.2.1-SNAPSHOT</version>
12 31597 claudio.at
	<scm>
13 45348 claudio.at
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-download-service/trunk</developerConnection>
14 31597 claudio.at
	</scm>
15 26600 sandro.lab
	<dependencies>
16
		<dependency>
17
			<groupId>eu.dnetlib</groupId>
18
			<artifactId>dnet-download-service-rmi</artifactId>
19 31597 claudio.at
			<version>[1.0.0,2.0.0)</version>
20 45348 claudio.at
		</dependency>
21 26600 sandro.lab
		<dependency>
22
			<groupId>eu.dnetlib</groupId>
23
			<artifactId>cnr-service-common</artifactId>
24 32545 michele.ar
			<version>[2.1.0,3.0.0)</version>
25
		</dependency>
26 26600 sandro.lab
		<dependency>
27
			<groupId>eu.dnetlib</groupId>
28
			<artifactId>dnet-modular-objectstore-service</artifactId>
29 32545 michele.ar
			<version>[4.0.0,5.0.0)</version>
30 45027 alessia.ba
		</dependency>
31
		<dependency>
32
			<groupId>junit</groupId>
33
			<artifactId>junit</artifactId>
34
			<version>${junit.version}</version>
35
			<scope>test</scope>
36
		</dependency>
37
		<dependency>
38
			<groupId>org.mockito</groupId>
39 45348 claudio.at
			<artifactId>mockito-core</artifactId>
40
			<version>${mockito.version}</version>
41 45027 alessia.ba
			<scope>test</scope>
42
		</dependency>
43 26600 sandro.lab
	</dependencies>
44 31597 claudio.at
</project>