Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>2.0.0-SNAPSHOT</version>
8
		<relativePath/>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-dli</artifactId>
13
	<packaging>pom</packaging>
14
	<version>1.0.0-SNAPSHOT</version>
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-dli/trunk</developerConnection>
17
	</scm>
18
    <modules>
19
        <module>../objectStore</module>
20
    </modules>
21
    <dependencies>
22
		<dependency>
23
			<groupId>eu.dnetlib</groupId>
24
			<artifactId>dnet-msro-service</artifactId>
25
			<version>[5.0.0-SNAPSHOT, 6.0.0-SNAPSHOT)</version>
26
		</dependency>
27

    
28
		<dependency>
29
			<groupId>eu.dnetlib</groupId>
30
			<artifactId>dnet-data-services</artifactId>
31
			<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
32
		</dependency>
33

    
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>dnet-dli-domain</artifactId>
37
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
38
		</dependency>
39

    
40
        <dependency>
41
            <groupId>eu.dnetlib</groupId>
42
            <artifactId>dnet-graph</artifactId>
43
            <version>1.0.0-SNAPSHOT</version>
44
        </dependency>
45

    
46
        <dependency>
47
			<groupId>eu.dnetlib</groupId>
48
			<artifactId>dnet-mapreduce-jobs</artifactId>
49
			<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
50
		</dependency>
51

    
52
		<dependency>
53
			<groupId>org.mongodb</groupId>
54
			<artifactId>mongo-java-driver</artifactId>
55
			<version>${mongodb.driver.version}</version>
56
		</dependency>
57

    
58
		<dependency>
59
			<groupId>junit</groupId>
60
			<artifactId>junit</artifactId>
61
			<version>${junit.version}</version>
62
			<scope>test</scope>
63
		</dependency>
64

    
65
        <dependency>
66
            <groupId>org.mockito</groupId>
67
            <artifactId>mockito-all</artifactId>
68
            <version>1.8.5</version>
69
            <scope>test</scope>
70
        </dependency>
71
        <dependency>
72
            <groupId>eu.dnetlib</groupId>
73
            <artifactId>dnet-pid-resolver</artifactId>
74
            <version>1.0.0-SNAPSHOT</version>
75
        </dependency>
76
        <dependency>
77
            <groupId>junit</groupId>
78
            <artifactId>junit</artifactId>
79
            <version>4.12</version>
80
        </dependency>
81
        <dependency>
82
            <groupId>de.flapdoodle.embed</groupId>
83
            <artifactId>de.flapdoodle.embed.mongo</artifactId>
84
            <version>2.0.0</version>
85
			<scope>test</scope>
86
        </dependency>
87

    
88

    
89
    </dependencies>
90
</project>
(2-2/2)