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-container-parent</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>uoa-validator-service</artifactId>
12
	<packaging>war</packaging>
13
	<version>2.0.0-SNAPSHOT</version>
14
	<dependencies>
15
		<dependency>
16
			<groupId>eu.dnetlib</groupId>
17
			<artifactId>uoa-validator-engine</artifactId>
18
			<version>[2.0.0-SNAPSHOT,)</version>
19
		</dependency>
20
		<dependency>
21
			<groupId>junit</groupId>
22
			<artifactId>junit</artifactId>
23
			<version>[0.0.0,)</version>
24
			<scope>test</scope>
25
		</dependency>
26
		<dependency>
27
			<groupId>org.apache.velocity</groupId>
28
			<artifactId>velocity</artifactId>
29
			<version>1.7</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>eu.dnetlib</groupId>
33
			<artifactId>cnr-blackboard-common</artifactId>
34
			<version>[1.0.0]</version>
35
		</dependency>
36
		<dependency>
37
			<groupId>se.kb</groupId>
38
			<artifactId>oai4j</artifactId>
39
			<version>[0.6b1,)</version>
40
		</dependency>
41
		
42
		<dependency>
43
			<groupId>cglib</groupId>
44
			<artifactId>cglib-nodep</artifactId>
45
			<version>2.2</version>
46
		</dependency>
47
		<dependency>
48
			<groupId>eu.dnetlib</groupId>
49
			<artifactId>uoa-validator-commons</artifactId>
50
			<version>[1.1.0-SNAPSHOT]</version>
51
		</dependency>
52
		<dependency>
53
			<groupId>eu.dnetlib</groupId>
54
			<artifactId>uoa-hcm</artifactId>
55
			<version>[1.1.0-SNAPSHOT]</version>
56
		</dependency>
57
		<dependency>
58
			<groupId>eu.dnetlib</groupId>
59
			<artifactId>uoa-commons</artifactId>
60
			<version>[1.1.0-SNAPSHOT]</version>
61
		</dependency>
62
		<dependency>
63
			<groupId>eu.dnetlib</groupId>
64
			<artifactId>uoa-clients</artifactId>
65
			<version>[1.1.0-SNAPSHOT]</version>
66
		</dependency>
67
		<dependency>
68
			<groupId>eu.dnetlib</groupId>
69
			<artifactId>dnet-runtime</artifactId>
70
			<version>[1.0.0]</version>
71
		</dependency>
72
	</dependencies>
73
</project>
(2-2/2)