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>jar</packaging>
14
    <version>1.0.0-SNAPSHOT</version>
15

    
16

    
17
    <scm>
18
        <developerConnection>
19
            scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-dli/trunk
20
        </developerConnection>
21
    </scm>
22
    <dependencies>
23
        <dependency>
24
            <groupId>eu.dnetlib</groupId>
25
            <artifactId>dnet-msro-service</artifactId>
26
            <version>[5.0.0-SNAPSHOT, 6.0.0-SNAPSHOT)</version>
27
        </dependency>
28

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

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

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

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

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

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

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

    
84

    
85
    </dependencies>
86
</project>
(2-2/2)