Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" ?>
2 31623 claudio.at
<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 33384 claudio.at
		<version>1.0.0</version>
7 31623 claudio.at
		<relativePath />
8 26600 sandro.lab
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10 28809 claudio.at
	<groupId>eu.dnetlib</groupId>
11 26600 sandro.lab
	<artifactId>dnet-openaireplus-workflows</artifactId>
12
	<packaging>jar</packaging>
13 34489 alessia.ba
	<version>2.2.7</version>
14 33655 alessia.ba
15 31623 claudio.at
	<scm>
16 34489 alessia.ba
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaireplus-workflows/tags/dnet-openaireplus-workflows-2.2.7</developerConnection>
17 31623 claudio.at
	</scm>
18 26600 sandro.lab
	<dependencies>
19
		<dependency>
20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>cnr-enabling-database-api</artifactId>
22 30742 alessia.ba
			<version>[1.0.0,2.0.0)</version>
23 26600 sandro.lab
		</dependency>
24
		<dependency>
25
			<groupId>eu.dnetlib</groupId>
26
			<artifactId>dnet-msro-service</artifactId>
27 32891 michele.ar
			<version>[2.1.0,3.0.0)</version>
28 26600 sandro.lab
		</dependency>
29
		<dependency>
30
			<groupId>eu.dnetlib</groupId>
31
			<artifactId>cnr-resultset-service</artifactId>
32 32798 michele.ar
			<version>[2.0.0,3.0.0)</version>
33 26600 sandro.lab
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>dnet-openaireplus-datasource-manager-service</artifactId>
37 32798 michele.ar
			<version>[4.0.0,5.0.0)</version>
38 26600 sandro.lab
		</dependency>
39
		<dependency>
40
			<groupId>eu.dnetlib</groupId>
41 28809 claudio.at
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
42 30742 alessia.ba
			<version>[2.0.0,3.0.0)</version>
43 26600 sandro.lab
		</dependency>
44
		<dependency>
45
			<groupId>eu.dnetlib</groupId>
46
			<artifactId>dnet-hadoop-service-rmi</artifactId>
47 30742 alessia.ba
			<version>[1.0.0,2.0.0)</version>
48 26600 sandro.lab
		</dependency>
49
		<dependency>
50
			<groupId>eu.dnetlib</groupId>
51 30031 claudio.at
			<artifactId>dnet-index-solr-common</artifactId>
52 31621 claudio.at
			<version>[1.0.0,2.0.0)</version>
53 28304 alessia.ba
		</dependency>
54 26600 sandro.lab
		<dependency>
55
			<groupId>eu.dnetlib</groupId>
56 31948 sandro.lab
			<artifactId>dnet-collector-plugins</artifactId>
57
			<version>[1.0.0,2.0.0)</version>
58
		</dependency>
59
		<dependency>
60
			<groupId>eu.dnetlib</groupId>
61 26600 sandro.lab
			<artifactId>dnet-resource-discovery</artifactId>
62 31621 claudio.at
			<version>[2.0.0,3.0.0)</version>
63 26600 sandro.lab
			<exclusions>
64
				<exclusion>
65
					<artifactId>xercesImpl</artifactId>
66
					<groupId>xerces</groupId>
67
				</exclusion>
68
			</exclusions>
69
		</dependency>
70
		<dependency>
71
			<groupId>eu.dnetlib</groupId>
72
			<artifactId>dnet-actionmanager-api</artifactId>
73 30752 alessia.ba
			<version>[3.0.0,4.0.0)</version>
74 28304 alessia.ba
		</dependency>
75
76 26600 sandro.lab
		<dependency>
77 28304 alessia.ba
			<groupId>eu.dnetlib</groupId>
78
			<artifactId>dnet-oai-common-workflows</artifactId>
79 32798 michele.ar
			<version>[3.0.0,4.0.0)</version>
80 28304 alessia.ba
		</dependency>
81 34375 claudio.at
82
		<dependency>
83
        	<groupId>eu.dnetlib</groupId>
84
            <artifactId>dnet-index-solr-client</artifactId>
85
            <version>[2.0.0,3.0.0)</version>
86
      	</dependency>
87 28304 alessia.ba
88 32910 claudio.at
		<!--  modular ui and servlet api are here because of the stats controller -->
89 28304 alessia.ba
		<dependency>
90 32910 claudio.at
			<groupId>eu.dnetlib</groupId>
91 33193 andrea.man
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
92
			<version>[2.0.0,3.0.0)</version>
93 32910 claudio.at
		</dependency>
94
		<dependency>
95
			<groupId>javax.servlet</groupId>
96
			<artifactId>javax.servlet-api</artifactId>
97
			<version>${javax.servlet.version}</version>
98
			<scope>provided</scope>
99 34375 claudio.at
		</dependency>
100 32910 claudio.at
101
		<dependency>
102 26600 sandro.lab
			<groupId>junit</groupId>
103
			<artifactId>junit</artifactId>
104
			<version>${junit.version}</version>
105
			<scope>test</scope>
106
		</dependency>
107
	</dependencies>
108
</project>