Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" encoding="UTF-8"?>
2 44787 sandro.lab
<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 26600 sandro.lab
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5 45151 claudio.at
		<artifactId>dnet45-parent</artifactId>
6 59433 claudio.at
		<version>1.0.0-SNAPSHOT</version>
7 30604 sandro.lab
		<relativePath />
8 26600 sandro.lab
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>cnr-modular-mdstore-service</artifactId>
12
	<packaging>jar</packaging>
13 59433 claudio.at
	<version>6.0.6-SNAPSHOT</version>
14 30603 sandro.lab
	<scm>
15 59433 claudio.at
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-modular-mdstore-service/trunk</developerConnection>
16 30603 sandro.lab
	</scm>
17 26600 sandro.lab
	<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-test</artifactId>
27
			<version>${spring.version}</version>
28
			<scope>test</scope>
29
		</dependency>
30
		<dependency>
31
			<groupId>org.mockito</groupId>
32
			<artifactId>mockito-core</artifactId>
33 45151 claudio.at
			<version>${mockito.version}</version>
34 26600 sandro.lab
			<scope>test</scope>
35
		</dependency>
36
		<dependency>
37
			<groupId>eu.dnetlib</groupId>
38
			<artifactId>cnr-test-utils</artifactId>
39 30603 sandro.lab
			<version>[1.0.0,2.0.0)</version>
40 26600 sandro.lab
			<scope>test</scope>
41
		</dependency>
42
		<dependency>
43
			<groupId>eu.dnetlib</groupId>
44
			<artifactId>cnr-rmi-api</artifactId>
45 35805 alessia.ba
			<version>[2.4.1,3.0.0)</version>
46 26600 sandro.lab
		</dependency>
47
		<dependency>
48
			<groupId>eu.dnetlib</groupId>
49
			<artifactId>cnr-blackboard-common</artifactId>
50 32864 michele.ar
			<version>[2.2.0,3.0.0)</version>
51 26600 sandro.lab
		</dependency>
52
		<dependency>
53
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>cnr-misc-utils</artifactId>
55 30603 sandro.lab
			<version>[1.0.0,2.0.0)</version>
56 26600 sandro.lab
		</dependency>
57
		<dependency>
58
			<groupId>eu.dnetlib</groupId>
59
			<artifactId>cnr-resultset-service</artifactId>
60 32452 michele.ar
			<version>[2.0.0,3.0.0)</version>
61 26600 sandro.lab
		</dependency>
62
		<dependency>
63
			<groupId>eu.dnetlib</groupId>
64
			<artifactId>cnr-resultset-client</artifactId>
65 32452 michele.ar
			<version>[2.0.0,3.0.0)</version>
66 26600 sandro.lab
		</dependency>
67 59415 claudio.at
		<dependency>
68
			<groupId>eu.dnetlib</groupId>
69
			<artifactId>dnet-msro-service</artifactId>
70
			<version>[3.0.0,4.0.0)</version>
71
		</dependency>
72 26600 sandro.lab
	</dependencies>
73
</project>