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.2.0-SNAPSHOT</version>
|
14
|
<scm>
|
15
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/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>[2.0.0, 2.1.0-SNAPSHOT)</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>[1.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>[2.0.0, 2.2.0-SNAPSHOT)</version>
|
54
|
</dependency>
|
55
|
<dependency>
|
56
|
<groupId>eu.dnetlib</groupId>
|
57
|
<artifactId>uoa-hcm</artifactId>
|
58
|
<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
|
59
|
</dependency>
|
60
|
<dependency>
|
61
|
<groupId>eu.dnetlib</groupId>
|
62
|
<artifactId>uoa-commons</artifactId>
|
63
|
<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
|
64
|
</dependency>
|
65
|
<dependency>
|
66
|
<groupId>eu.dnetlib</groupId>
|
67
|
<artifactId>uoa-clients</artifactId>
|
68
|
<version>[1.2.0, 1.3.0-SNAPSHOT)</version>
|
69
|
</dependency>
|
70
|
<dependency>
|
71
|
<groupId>eu.dnetlib</groupId>
|
72
|
<artifactId>dnet-runtime</artifactId>
|
73
|
<version>[1.0.0]</version>
|
74
|
</dependency>
|
75
|
<dependency>
|
76
|
<groupId>commons-io</groupId>
|
77
|
<artifactId>commons-io</artifactId>
|
78
|
<version>2.4</version>
|
79
|
</dependency>
|
80
|
<dependency>
|
81
|
<groupId>net.sf.ehcache</groupId>
|
82
|
<artifactId>ehcache-web</artifactId>
|
83
|
<version>2.0.4</version>
|
84
|
</dependency>
|
85
|
</dependencies>
|
86
|
</project>
|