Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
    <parent>
6
        <groupId>eu.dnetlib</groupId>
7
        <artifactId>dnet-parent</artifactId>
8
        <version>1.0.0-SNAPSHOT</version>
9
        <relativePath></relativePath>
10
    </parent>
11
    <modelVersion>4.0.0</modelVersion>
12
    <groupId>eu.dnetlib</groupId>
13
    <artifactId>dnet-download-service-rmi</artifactId>
14
    <version>1.0.0-SNAPSHOT</version>
15
    <dependencies>
16
        <dependency>
17
            <groupId>eu.dnetlib</groupId>
18
            <artifactId>cnr-rmi-api</artifactId>
19
            <version>[2.0.0-SNAPSHOT]</version>
20
        </dependency>
21
        <dependency>
22
            <groupId>eu.dnetlib</groupId>
23
            <artifactId>cnr-misc-utils</artifactId>
24
            <version>1.0.0-SNAPSHOT</version>
25
        </dependency>
26
        <dependency>
27
			<groupId>com.google.code.gson</groupId>
28
			<artifactId>gson</artifactId>
29
			<version>${google.gson.version}</version>
30
		</dependency>
31
        <dependency>
32
            <groupId>junit</groupId>
33
            <artifactId>junit</artifactId>
34
            <version>${junit.version}</version>
35
            <scope>test</scope>
36
        </dependency>
37

    
38
    </dependencies>
39

    
40

    
41
</project>
(2-2/2)