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
			<exclusions>
34
				<exclusion>
35
					<groupId>commons-lang</groupId>
36
					<artifactId>commons-lang</artifactId>
37
				</exclusion>
38
			</exclusions>
39
		</dependency>
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>cnr-blackboard-common</artifactId>
43
			<version>[2.2.1-SNAPSHOT, 3.0.0)</version>
44
		</dependency>
45
		<dependency>
46
			<groupId>se.kb</groupId>
47
			<artifactId>oai4j</artifactId>
48
			<version>[0.6b1,)</version>
49
		</dependency>
50

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