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>dnet45-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>3.0.0-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/uoa-validator-service/trunk</developerConnection>
16
	</scm>
17
	<dependencies>
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>uoa-validator-engine</artifactId>
21
			<version>[3.0.0-SNAPSHOT, 4.0.0)</version>
22
		</dependency>
23
		<dependency>
24
			<groupId>junit</groupId>
25
			<artifactId>junit</artifactId>
26
			<version>[0.0.0,)</version>
27
			<scope>test</scope>
28
		</dependency>
29
		<dependency>
30
			<groupId>org.apache.velocity</groupId>
31
			<artifactId>velocity</artifactId>
32
			<version>1.7</version>
33
		</dependency>
34
		<dependency>
35
			<groupId>eu.dnetlib</groupId>
36
			<artifactId>cnr-blackboard-common</artifactId>
37
			<version>[2.2.1-SNAPSHOT, 3.0.0)</version>
38
		</dependency>
39
		<dependency>
40
			<groupId>se.kb</groupId>
41
			<artifactId>oai4j</artifactId>
42
			<version>[0.6b1,)</version>
43
		</dependency>
44

    
45
		<dependency>
46
			<groupId>cglib</groupId>
47
			<artifactId>cglib-nodep</artifactId>
48
			<version>2.2</version>
49
		</dependency>
50
		<dependency>
51
			<groupId>eu.dnetlib</groupId>
52
			<artifactId>uoa-validator-commons</artifactId>
53
			<version>[3.0.0-SNAPSHOT, 4.0.0)</version>
54
			<exclusions>
55
				<exclusion>
56
					<groupId>cglib</groupId>
57
					<artifactId>cglib</artifactId>
58
				</exclusion>
59
			</exclusions>
60
		</dependency>
61
		<dependency>
62
			<groupId>eu.dnetlib</groupId>
63
			<artifactId>uoa-hcm</artifactId>
64
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
65
		</dependency>
66
		<dependency>
67
			<groupId>eu.dnetlib</groupId>
68
			<artifactId>uoa-commons</artifactId>
69
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
70
		</dependency>
71
		<dependency>
72
			<groupId>eu.dnetlib</groupId>
73
			<artifactId>uoa-clients</artifactId>
74
			<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
75
		</dependency>
76
		<dependency>
77
			<groupId>eu.dnetlib</groupId>
78
			<artifactId>dnet-runtime</artifactId>
79
			<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
80
		</dependency>
81
		<dependency>
82
			<groupId>commons-io</groupId>
83
			<artifactId>commons-io</artifactId>
84
			<version>2.4</version>
85
		</dependency>
86
		<dependency>
87
			<groupId>net.sf.ehcache</groupId>
88
			<artifactId>ehcache-web</artifactId>
89
			<version>2.0.4</version>
90
		</dependency>
91
	</dependencies>
92
</project>
(2-2/2)