1
|
<?xml version="1.0" ?>
|
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>1.0.0-SNAPSHOT</version>
|
8
|
<relativePath></relativePath>
|
9
|
</parent>
|
10
|
<modelVersion>4.0.0</modelVersion>
|
11
|
<groupId>eu.dnetlib</groupId>
|
12
|
<artifactId>dnet-openaireplus-workflows</artifactId>
|
13
|
<packaging>jar</packaging>
|
14
|
<version>1.0.0-SNAPSHOT</version>
|
15
|
|
16
|
<dependencies>
|
17
|
<dependency>
|
18
|
<groupId>eu.dnetlib</groupId>
|
19
|
<artifactId>cnr-enabling-database-api</artifactId>
|
20
|
<version>[1.0.0-SNAPSHOT]</version>
|
21
|
</dependency>
|
22
|
<dependency>
|
23
|
<groupId>eu.dnetlib</groupId>
|
24
|
<artifactId>dnet-msro-service</artifactId>
|
25
|
<version>[1.1.0-SNAPSHOT]</version>
|
26
|
</dependency>
|
27
|
<dependency>
|
28
|
<groupId>eu.dnetlib</groupId>
|
29
|
<artifactId>cnr-resultset-service</artifactId>
|
30
|
<version>[1.0.0-SNAPSHOT]</version>
|
31
|
</dependency>
|
32
|
<dependency>
|
33
|
<groupId>eu.dnetlib</groupId>
|
34
|
<artifactId>dnet-openaireplus-datasource-manager-service</artifactId>
|
35
|
<version>[3.0.1-SNAPSHOT]</version>
|
36
|
</dependency>
|
37
|
<dependency>
|
38
|
<groupId>eu.dnetlib</groupId>
|
39
|
<artifactId>dnet-openaireplus-mapping-utils</artifactId>
|
40
|
<version>[2.2.0-SNAPSHOT]</version>
|
41
|
</dependency>
|
42
|
<dependency>
|
43
|
<groupId>eu.dnetlib</groupId>
|
44
|
<artifactId>dnet-modular-objectstore-service</artifactId>
|
45
|
<version>[2.0.0-SNAPSHOT]</version>
|
46
|
</dependency>
|
47
|
<dependency>
|
48
|
<groupId>eu.dnetlib</groupId>
|
49
|
<artifactId>dnet-hadoop-service-rmi</artifactId>
|
50
|
<version>[1.0.0-SNAPSHOT]</version>
|
51
|
</dependency>
|
52
|
<dependency>
|
53
|
<groupId>eu.dnetlib</groupId>
|
54
|
<artifactId>cnr-index-solr-common</artifactId>
|
55
|
<version>[1.0.0-SNAPSHOT]</version>
|
56
|
</dependency>
|
57
|
<dependency>
|
58
|
<groupId>eu.dnetlib</groupId>
|
59
|
<artifactId>dnet-resource-discovery</artifactId>
|
60
|
<version>[2.0.0-SNAPSHOT]</version>
|
61
|
<exclusions>
|
62
|
<exclusion>
|
63
|
<artifactId>xercesImpl</artifactId>
|
64
|
<groupId>xerces</groupId>
|
65
|
</exclusion>
|
66
|
</exclusions>
|
67
|
</dependency>
|
68
|
|
69
|
<dependency>
|
70
|
<groupId>eu.dnetlib</groupId>
|
71
|
<artifactId>dnet-download-service</artifactId>
|
72
|
<version>1.0.0-SNAPSHOT</version>
|
73
|
</dependency>
|
74
|
<dependency>
|
75
|
<groupId>eu.dnetlib</groupId>
|
76
|
<artifactId>dnet-actionmanager-api</artifactId>
|
77
|
<version>[2.0.0-SNAPSHOT,)</version>
|
78
|
</dependency>
|
79
|
<dependency>
|
80
|
<groupId>junit</groupId>
|
81
|
<artifactId>junit</artifactId>
|
82
|
<version>${junit.version}</version>
|
83
|
<scope>test</scope>
|
84
|
</dependency>
|
85
|
</dependencies>
|
86
|
</project>
|