1 |
35118
|
alessia.ba
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
39939
|
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 |
35118
|
alessia.ba
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
42219
|
michele.ar
|
<version>1.0.0</version>
|
7 |
39939
|
alessia.ba
|
<relativePath />
|
8 |
35118
|
alessia.ba
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-validator-workflows</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
42222
|
michele.ar
|
<version>1.1.5-SNAPSHOT</version>
|
14 |
35298
|
alessia.ba
|
<scm>
|
15 |
42222
|
michele.ar
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-validator-workflows/trunk</developerConnection>
|
16 |
35298
|
alessia.ba
|
</scm>
|
17 |
35118
|
alessia.ba
|
<dependencies>
|
18 |
39926
|
alessia.ba
|
<dependency>
|
19 |
35118
|
alessia.ba
|
<groupId>eu.dnetlib</groupId>
|
20 |
35462
|
alessia.ba
|
<artifactId>dnet-aggregative-basic-workflows</artifactId>
|
21 |
|
|
<version>[0.0.1,2.0.0)</version>
|
22 |
35118
|
alessia.ba
|
</dependency>
|
23 |
39926
|
alessia.ba
|
<dependency>
|
24 |
|
|
<groupId>junit</groupId>
|
25 |
|
|
<artifactId>junit</artifactId>
|
26 |
|
|
<version>${junit.version}</version>
|
27 |
|
|
<scope>test</scope>
|
28 |
|
|
</dependency>
|
29 |
35118
|
alessia.ba
|
</dependencies>
|
30 |
|
|
</project>
|