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>1.0.0</version>
8
        <relativePath/>
9
    </parent>
10
    <modelVersion>4.0.0</modelVersion>
11
    <groupId>eu.dnetlib</groupId>
12
    <artifactId>dnet-openaire-blacklist</artifactId>
13
    <packaging>jar</packaging>
14
    <version>0.0.2-SNAPSHOT</version>
15
    <scm>
16
        <developerConnection>
17
            scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaire-blacklist/trunk
18
        </developerConnection>
19
    </scm>
20
    <dependencies>
21
        <dependency>
22
            <groupId>eu.dnetlib</groupId>
23
            <artifactId>cnr-resultset-client</artifactId>
24
            <version>[2.0.0,3.0.0)</version>
25
        </dependency>
26
        <dependency>
27
            <groupId>eu.dnetlib</groupId>
28
            <artifactId>cnr-enabling-database-api</artifactId>
29
            <version>[1.0.0,2.0.0)</version>
30
        </dependency>
31
        <dependency>
32
            <groupId>eu.dnetlib</groupId>
33
            <artifactId>dnet-modular-ui</artifactId>
34
            <version>[3.0.0,4.0.0)</version>
35
        </dependency>
36
        <dependency>
37
            <groupId>eu.dnetlib</groupId>
38
            <artifactId>dnet-msro-service</artifactId>
39
            <version>[3.0.0,4.0.0)</version>
40
        </dependency>
41
        <dependency>
42
            <groupId>eu.dnetlib</groupId>
43
            <artifactId>dnet-hadoop-service-rmi</artifactId>
44
            <version>[1.0.0,2.0.0)</version>
45
        </dependency>
46
        <dependency>
47
	        <groupId>eu.dnetlib</groupId>
48
	        <artifactId>dnet-openaireplus-mapping-utils</artifactId>
49
	        <version>[3.0.0,4.0.0)</version>
50
        </dependency>
51
	    <dependency>
52
            <groupId>javax.servlet</groupId>
53
            <artifactId>javax.servlet-api</artifactId>
54
            <version>${javax.servlet.version}</version>
55
            <scope>provided</scope>
56
        </dependency>
57
        <dependency>
58
            <groupId>junit</groupId>
59
            <artifactId>junit</artifactId>
60
            <version>${junit.version}</version>
61
            <scope>test</scope>
62
        </dependency>
63

    
64
    </dependencies>
65
</project>
(2-2/2)