Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" ?>
2 34463 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 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 36663 claudio.at
	<version>3.1.0</version>
14 31623 claudio.at
	<scm>
15 36663 claudio.at
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaireplus-workflows/tags/dnet-openaireplus-workflows-3.1.0</developerConnection>
16 31623 claudio.at
	</scm>
17 36275 andrea.man
	<repositories>
18
	   <repository>
19 36662 claudio.at
	      <id>dfm-releases</id>
20
	      <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dfm-releases</url>
21 36275 andrea.man
	   </repository>
22
	</repositories>
23 26600 sandro.lab
	<dependencies>
24
		<dependency>
25
			<groupId>eu.dnetlib</groupId>
26 36275 andrea.man
			<artifactId>cnr-data-flow-monitoring-core</artifactId>
27 36662 claudio.at
			<version>[0.0.0,1.0.0)</version>
28 36275 andrea.man
			<exclusions>
29
				<exclusion>
30
					<artifactId>wstx-asl</artifactId>
31
					<groupId>org.codehaus.woodstox</groupId>
32
				</exclusion>
33
			</exclusions>
34
		</dependency>
35
		<dependency>
36
			<groupId>eu.dnetlib</groupId>
37 26600 sandro.lab
			<artifactId>cnr-enabling-database-api</artifactId>
38 30742 alessia.ba
			<version>[1.0.0,2.0.0)</version>
39 26600 sandro.lab
		</dependency>
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>dnet-msro-service</artifactId>
43 33859 michele.ar
			<version>[3.0.0,4.0.0)</version>
44 26600 sandro.lab
		</dependency>
45
		<dependency>
46
			<groupId>eu.dnetlib</groupId>
47
			<artifactId>cnr-resultset-service</artifactId>
48 32798 michele.ar
			<version>[2.0.0,3.0.0)</version>
49 26600 sandro.lab
		</dependency>
50
		<dependency>
51
			<groupId>eu.dnetlib</groupId>
52
			<artifactId>dnet-openaireplus-datasource-manager-service</artifactId>
53 33838 michele.ar
			<version>[5.0.0,6.0.0)</version>
54 26600 sandro.lab
		</dependency>
55
		<dependency>
56
			<groupId>eu.dnetlib</groupId>
57 28809 claudio.at
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
58 35485 michele.ar
			<version>[3.0.0,4.0.0)</version>
59 26600 sandro.lab
		</dependency>
60
		<dependency>
61
			<groupId>eu.dnetlib</groupId>
62
			<artifactId>dnet-hadoop-service-rmi</artifactId>
63 30742 alessia.ba
			<version>[1.0.0,2.0.0)</version>
64 26600 sandro.lab
		</dependency>
65
		<dependency>
66
			<groupId>eu.dnetlib</groupId>
67 30031 claudio.at
			<artifactId>dnet-index-solr-common</artifactId>
68 31621 claudio.at
			<version>[1.0.0,2.0.0)</version>
69 28304 alessia.ba
		</dependency>
70 26600 sandro.lab
		<dependency>
71
			<groupId>eu.dnetlib</groupId>
72 31948 sandro.lab
			<artifactId>dnet-collector-plugins</artifactId>
73 34379 claudio.at
			<version>[1.0.0,2.0.0)</version>
74 31948 sandro.lab
		</dependency>
75 36211 alessia.ba
76 31948 sandro.lab
		<dependency>
77
			<groupId>eu.dnetlib</groupId>
78 26600 sandro.lab
			<artifactId>dnet-actionmanager-api</artifactId>
79 30752 alessia.ba
			<version>[3.0.0,4.0.0)</version>
80 28304 alessia.ba
		</dependency>
81
82 26600 sandro.lab
		<dependency>
83 28304 alessia.ba
			<groupId>eu.dnetlib</groupId>
84
			<artifactId>dnet-oai-common-workflows</artifactId>
85 32798 michele.ar
			<version>[3.0.0,4.0.0)</version>
86 28304 alessia.ba
		</dependency>
87
88
		<dependency>
89 32910 claudio.at
			<groupId>eu.dnetlib</groupId>
90 34379 claudio.at
			<artifactId>dnet-index-solr-client</artifactId>
91
			<version>[2.0.0,3.0.0)</version>
92
		</dependency>
93
94
		<!-- modular ui and servlet api are here because of the stats controller -->
95
		<dependency>
96
			<groupId>eu.dnetlib</groupId>
97 33193 andrea.man
			<artifactId>dnet-modular-vocabularies-ui</artifactId>
98
			<version>[2.0.0,3.0.0)</version>
99 32910 claudio.at
		</dependency>
100
		<dependency>
101
			<groupId>javax.servlet</groupId>
102
			<artifactId>javax.servlet-api</artifactId>
103
			<version>${javax.servlet.version}</version>
104
			<scope>provided</scope>
105 34379 claudio.at
		</dependency>
106 32910 claudio.at
107
		<dependency>
108 26600 sandro.lab
			<groupId>junit</groupId>
109
			<artifactId>junit</artifactId>
110
			<version>${junit.version}</version>
111
			<scope>test</scope>
112
		</dependency>
113
	</dependencies>
114
</project>