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-SNAPSHOT</version>
8
		<relativePath></relativePath>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>cnr-modular-mdstore-service</artifactId>
13
	<packaging>jar</packaging>
14
	<version>3.0.0-SNAPSHOT</version>
15
	<dependencies>
16
		<dependency>
17
			<groupId>junit</groupId>
18
			<artifactId>junit</artifactId>
19
			<version>${junit.version}</version>
20
			<scope>test</scope>
21
		</dependency>
22
		<dependency>
23
			<groupId>org.springframework</groupId>
24
			<artifactId>spring-test</artifactId>
25
			<version>${spring.version}</version>
26
			<scope>test</scope>
27
		</dependency>
28
		<dependency>
29
			<groupId>org.mockito</groupId>
30
			<artifactId>mockito-core</artifactId>
31
			<version>1.6</version>
32
			<scope>test</scope>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>cnr-test-utils</artifactId>
37
			<version>[1.0.0-SNAPSHOT,1.1.0-SNAPSHOT)</version>
38
			<scope>test</scope>
39
		</dependency>
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>cnr-rmi-api</artifactId>
43
			<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
44
		</dependency>
45
		<dependency>
46
			<groupId>eu.dnetlib</groupId>
47
			<artifactId>cnr-blackboard-common</artifactId>
48
			<version>[1.0.0-SNAPSHOT,1.1.0-SNAPSHOT)</version>
49
		</dependency>
50
		<dependency>
51
			<groupId>eu.dnetlib</groupId>
52
			<artifactId>cnr-misc-utils</artifactId>
53
			<version>[1.0.0-SNAPSHOT,1.1.0-SNAPSHOT)</version>
54
		</dependency>
55
		<dependency>
56
			<groupId>eu.dnetlib</groupId>
57
			<artifactId>cnr-resultset-service</artifactId>
58
			<version>[1.0.0-SNAPSHOT,1.1.0-SNAPSHOT)</version>
59
		</dependency>
60
		<dependency>
61
			<groupId>eu.dnetlib</groupId>
62
			<artifactId>cnr-resultset-client</artifactId>
63
			<version>[1.0.0-SNAPSHOT,1.1.0-SNAPSHOT)</version>
64
		</dependency>
65
	</dependencies>
66
</project>
(2-2/2)