1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
31143
|
alessia.ba
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
3 |
26600
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
39970
|
alessia.ba
|
<version>1.0.0-SNAPSHOT</version>
|
7 |
31143
|
alessia.ba
|
<relativePath />
|
8 |
26600
|
sandro.lab
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>cnr-data-information-oai-publisher</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
38649
|
alessia.ba
|
<version>6.0.1-SNAPSHOT</version>
|
14 |
31142
|
alessia.ba
|
<scm>
|
15 |
38649
|
alessia.ba
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/cnr-data-information-oai-publisher/trunk</developerConnection>
|
16 |
31142
|
alessia.ba
|
</scm>
|
17 |
26600
|
sandro.lab
|
<dependencies>
|
18 |
28910
|
alessia.ba
|
<dependency>
|
19 |
26600
|
sandro.lab
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>cnr-data-information-oai-publisher-common</artifactId>
|
21 |
38459
|
alessia.ba
|
<version>[5.2.0,6.0.0)</version>
|
22 |
26600
|
sandro.lab
|
</dependency>
|
23 |
|
|
<dependency>
|
24 |
|
|
<groupId>eu.dnetlib</groupId>
|
25 |
|
|
<artifactId>dnet-oai-store-service</artifactId>
|
26 |
38646
|
alessia.ba
|
<version>[5.0.0,6.0.0)</version>
|
27 |
26600
|
sandro.lab
|
</dependency>
|
28 |
|
|
<dependency>
|
29 |
|
|
<groupId>org.springframework</groupId>
|
30 |
|
|
<artifactId>spring-aop</artifactId>
|
31 |
|
|
<version>${spring.version}</version>
|
32 |
|
|
</dependency>
|
33 |
|
|
<dependency>
|
34 |
|
|
<groupId>junit</groupId>
|
35 |
|
|
<artifactId>junit</artifactId>
|
36 |
|
|
<version>${junit.version}</version>
|
37 |
|
|
<scope>test</scope>
|
38 |
|
|
</dependency>
|
39 |
|
|
|
40 |
|
|
</dependencies>
|
41 |
|
|
</project>
|