Project

General

Profile

1
<?xml version="1.0" ?>
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>uoa-validator</artifactId>
12
	<packaging>jar</packaging>
13
	<version>1.0.0-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-validator/trunk</developerConnection>
16
	</scm>
17
	<dependencies>
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>uoa-clients</artifactId>
21
			<version>[1.0.0-SNAPSHOT,)</version>
22
		</dependency>
23
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>uoa-utils</artifactId>
26
			<version>[1.0.0-SNAPSHOT,)</version>
27
		</dependency>
28
		<dependency>
29
			<groupId>eu.dnetlib</groupId>
30
			<artifactId>uoa-api</artifactId>
31
			<version>[1.0.0-SNAPSHOT,)</version>
32
		</dependency>
33
		<dependency>
34
			<groupId>apache</groupId>
35
			<artifactId>commons-io</artifactId>
36
			<version>[1.4,)</version>
37
		</dependency>
38
		<dependency>
39
			<groupId>apache</groupId>
40
			<artifactId>commons-cli</artifactId>
41
			<version>[1.0,)</version>
42
		</dependency>
43
		<dependency>
44
			<groupId>log4j</groupId>
45
			<artifactId>log4j</artifactId>
46
			<version>[1.2.14,1.3.0)</version>
47
		</dependency>
48
		<dependency>
49
			<groupId>com.thoughtworks.xstream</groupId>
50
			<artifactId>xstream</artifactId>
51
			<version>[0.0.0,)</version>
52
		</dependency>
53
		<dependency>
54
			<groupId>junit</groupId>
55
			<artifactId>junit</artifactId>
56
			<version>[0.0.0,)</version>
57
			<scope>test</scope>
58
		</dependency>
59
		<dependency>
60
			<groupId>org.springframework</groupId>
61
			<artifactId>spring-jdbc</artifactId>
62
			<version>${spring.version}</version>
63
		</dependency>
64
		<dependency>
65
			<groupId>org.springframework</groupId>
66
			<artifactId>spring-tx</artifactId>
67
			<version>${spring.version}</version>
68
		</dependency>
69
		<dependency>
70
			<groupId>org.apache.velocity</groupId>
71
			<artifactId>velocity</artifactId>
72
			<version>1.7</version>
73
		</dependency>
74
		<dependency>
75
			<groupId>eu.dnetlib</groupId>
76
			<artifactId>cnr-blackboard-common</artifactId>
77
			<version>[1.0.0,)</version>
78
		</dependency>
79
		<dependency>
80
			<groupId>postgresql</groupId>
81
			<artifactId>postgresql</artifactId>
82
			<version>9.1-901.jdbc4</version>
83
		</dependency>
84
		<dependency>
85
			<groupId>se.kb</groupId>
86
			<artifactId>oai4j</artifactId>
87
			<version>[0.6b1,)</version>
88
		</dependency>
89
	</dependencies>
90
</project>
(2-2/2)