1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
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>0.0.1-alpha</version>
|
8 |
|
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-actionmanager-service</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
|
|
<version>1.0.3</version>
|
14 |
|
|
<dependencies>
|
15 |
|
|
<dependency>
|
16 |
|
|
<groupId>eu.dnetlib</groupId>
|
17 |
|
|
<artifactId>dnet-actionmanager-api</artifactId>
|
18 |
|
|
<version>[1.0]</version>
|
19 |
|
|
</dependency>
|
20 |
|
|
<dependency>
|
21 |
|
|
<groupId>eu.dnetlib</groupId>
|
22 |
|
|
<artifactId>dnet-actionmanager-common</artifactId>
|
23 |
|
|
<version>[1.0.3]</version>
|
24 |
|
|
</dependency>
|
25 |
|
|
<dependency>
|
26 |
|
|
<groupId>eu.dnetlib</groupId>
|
27 |
|
|
<artifactId>cnr-blackboard-common</artifactId>
|
28 |
|
|
<version>[0.0.0,)</version>
|
29 |
|
|
</dependency>
|
30 |
|
|
<dependency>
|
31 |
|
|
<groupId>eu.dnetlib</groupId>
|
32 |
|
|
<artifactId>cnr-inspector</artifactId>
|
33 |
|
|
<version>[0.0.0,)</version>
|
34 |
|
|
</dependency>
|
35 |
|
|
<dependency>
|
36 |
|
|
<groupId>eu.dnetlib</groupId>
|
37 |
|
|
<artifactId>dnet-mapreduce-workflows</artifactId>
|
38 |
|
|
<version>[0.0.0,)</version>
|
39 |
|
|
</dependency>
|
40 |
|
|
<dependency>
|
41 |
|
|
<groupId>eu.dnetlib</groupId>
|
42 |
|
|
<artifactId>cnr-enabling-database-api</artifactId>
|
43 |
|
|
<version>[0.0.0,)</version>
|
44 |
|
|
</dependency>
|
45 |
|
|
<dependency>
|
46 |
|
|
<groupId>junit</groupId>
|
47 |
|
|
<artifactId>junit</artifactId>
|
48 |
|
|
<version>4.8.2</version>
|
49 |
|
|
<scope>test</scope>
|
50 |
|
|
</dependency>
|
51 |
|
|
</dependencies>
|
52 |
|
|
</project>
|