Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" encoding="UTF-8"?>
2 30604 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
		<artifactId>dnet-parent</artifactId>
6 30603 sandro.lab
		<version>1.0.0</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 32368 claudio.at
	<version>3.0.5</version>
14 30603 sandro.lab
	<scm>
15 32368 claudio.at
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/cnr-modular-mdstore-service/tags/cnr-modular-mdstore-service-3.0.5</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
			<version>1.6</version>
34
			<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 30603 sandro.lab
			<version>[2.0.0,3.0.0)</version>
46 26600 sandro.lab
		</dependency>
47
		<dependency>
48
			<groupId>eu.dnetlib</groupId>
49
			<artifactId>cnr-blackboard-common</artifactId>
50 30603 sandro.lab
			<version>[1.0.0,2.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 30603 sandro.lab
			<version>[1.0.0,2.0.0)</version>
61 26600 sandro.lab
		</dependency>
62
		<dependency>
63
			<groupId>eu.dnetlib</groupId>
64
			<artifactId>cnr-resultset-client</artifactId>
65 30603 sandro.lab
			<version>[1.0.0,2.0.0)</version>
66 26600 sandro.lab
		</dependency>
67
	</dependencies>
68
</project>