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-backward-compatibility</artifactId>
7
		<version>0.0.1-SNAPSHOT</version>
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>uoa-resource-discovery</artifactId>
12
	<packaging>jar</packaging>
13
	<version>0.0.8-SNAPSHOT</version>
14
	<dependencies>
15
		<dependency>
16
			<groupId>apache</groupId>
17
			<artifactId>commons-logging</artifactId>
18
			<version>1.0.4</version>
19
		</dependency>
20
		<dependency>
21
			<groupId>org.w3c</groupId>
22
			<artifactId>tidy</artifactId>
23
			<version>[0.0.0,)</version>
24
		</dependency>
25
		<dependency>
26
			<groupId>log4j</groupId>
27
			<artifactId>log4j</artifactId>
28
			<version>[0.0.0,)</version>
29
		</dependency>
30
		<dependency>
31
			<groupId>junit</groupId>
32
			<artifactId>junit</artifactId>
33
			<version>[0.0.0,)</version>
34
			<scope>test</scope>
35
		</dependency>
36
		<dependency>
37
			<groupId>net.matuschek</groupId>
38
			<artifactId>jobo</artifactId>
39
			<version>[1.4,2.0)</version>
40
		</dependency>
41
		<dependency>
42
			<groupId>DLS</groupId>
43
			<artifactId>jOAI</artifactId>
44
			<version>[2.0.9.3,2.0.10.0)</version>
45
		</dependency>
46
		<dependency>
47
			<groupId>eu.dnetlib</groupId>
48
			<artifactId>unibi-commons</artifactId>
49
			<version>[0.0.0,)</version>
50
		</dependency>
51
		<dependency>
52
			<groupId>eu.dnetlib</groupId>
53
			<artifactId>unibi-data-utility-featureextraction-plugins</artifactId>
54
			<version>[0.0.0,)</version>
55
		</dependency>
56
		<dependency>
57
			<groupId>com.thoughtworks</groupId>
58
			<artifactId>xstream</artifactId>
59
			<version>[0.0.0,)</version>
60
		</dependency>
61
		<dependency>
62
			<groupId>org.cyberneko</groupId>
63
			<artifactId>nekohtml</artifactId>
64
			<version>[0.0.0,)</version>
65
		</dependency>
66
		<dependency>
67
			<groupId>com.jira</groupId>
68
			<artifactId>heritrix-commons</artifactId>
69
			<version>[0.0.0,)</version>
70
		</dependency>
71
		<dependency>
72
			<groupId>com.jira</groupId>
73
			<artifactId>heritrix-modules</artifactId>
74
			<version>[0.0.0,)</version>
75
		</dependency>
76
		<dependency>
77
			<groupId>com.googlecode</groupId>
78
			<artifactId>kryo</artifactId>
79
			<version>1.04</version>
80
		</dependency>
81
		<dependency>
82
			<groupId>edu.indiana</groupId>
83
			<artifactId>xpp3</artifactId>
84
			<version>[0.0.0,)</version>
85
		</dependency>
86
	</dependencies>
87
</project>
(2-2/2)