1 |
34177
|
sandro.lab
|
<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/xsd/maven-4.0.0.xsd">
|
2 |
|
|
<modelVersion>4.0.0</modelVersion>
|
3 |
|
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
|
|
<version>1.0.0</version>
|
7 |
|
|
</parent>
|
8 |
|
|
<groupId>eu.dnetlib</groupId>
|
9 |
|
|
<artifactId>dnet-openaire_dli-workflows</artifactId>
|
10 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
11 |
|
|
<scm>
|
12 |
|
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaire_dli-workflows/trunk</developerConnection>
|
13 |
|
|
</scm>
|
14 |
34341
|
sandro.lab
|
<dependencies>
|
15 |
|
|
<dependency>
|
16 |
|
|
<groupId>eu.dnetlib</groupId>
|
17 |
|
|
<artifactId>dnet-msro-service</artifactId>
|
18 |
|
|
<version>[3.0.0,4.0.0)</version>
|
19 |
|
|
</dependency>
|
20 |
|
|
</dependencies>
|
21 |
34177
|
sandro.lab
|
|
22 |
|
|
</project>
|