Project

General

Profile

1
<?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>1.0.0-SNAPSHOT</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>2.0.0-SNAPSHOT</version>
14
	<dependencies>
15
		<dependency>
16
			<groupId>eu.dnetlib</groupId>
17
			<artifactId>dnet-actionmanager-api</artifactId>
18
			<version>[2.0.0-SNAPSHOT,)</version>
19
		</dependency>
20
		<dependency>
21
			<groupId>eu.dnetlib</groupId>
22
			<artifactId>dnet-actionmanager-common</artifactId>
23
			<version>[2.0.0-SNAPSHOT,)</version>
24
			<exclusions>
25
				<exclusion>
26
					<artifactId>servlet-api-2.5</artifactId>
27
					<groupId>org.mortbay.jetty</groupId>
28
				</exclusion>
29
			</exclusions>
30
		</dependency>
31
		<dependency>
32
			<groupId>eu.dnetlib</groupId>
33
			<artifactId>cnr-blackboard-common</artifactId>
34
			<version>[1.0.0-SNAPSHOT,)</version>
35
		</dependency>
36
		<dependency>
37
			<groupId>eu.dnetlib</groupId>
38
			<artifactId>cnr-resultset-client</artifactId>
39
			<version>[1.0.0-SNAPSHOT,)</version>
40
		</dependency>
41
			<dependency>
42
			<groupId>eu.dnetlib</groupId>
43
			<artifactId>dnet-hadoop-service</artifactId>
44
			<version>[1.0.0-SNAPSHOT,)</version>
45
		</dependency>
46
		<dependency>
47
			<groupId>eu.dnetlib</groupId>
48
			<artifactId>cnr-inspector</artifactId>
49
			<version>[1.0.0-SNAPSHOT,)</version>
50
		</dependency>
51
		<dependency>
52
			<groupId>junit</groupId>
53
			<artifactId>junit</artifactId>
54
			<version>${junit.version}</version>
55
			<scope>test</scope>
56
		</dependency>
57
	</dependencies>
58
</project>
(3-3/3)