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.ap\
4
ache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
	<parent>
6
		<groupId>eu.dnetlib</groupId>
7
		<artifactId>dnet-parent</artifactId>
8
		<version>1.0.0-SNAPSHOT</version>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-resource-discovery</artifactId>
13
	<packaging>jar</packaging>
14
	<version>2.0.0-SNAPSHOT</version>
15
	<dependencies>
16
		<dependency>
17
			<groupId>apache</groupId>
18
			<artifactId>commons-logging</artifactId>
19
			<version>[1.0.0,1.0.1)</version>
20
		</dependency>
21
		<dependency>
22
			<groupId>junit</groupId>
23
			<artifactId>junit</artifactId>
24
			<version>${junit.version}</version>
25
			<scope>test</scope>
26
		</dependency>
27
		<dependency>
28
			<groupId>org.w3c</groupId>
29
			<artifactId>tidy</artifactId>
30
			<version>[0.0.0,)</version>
31
		</dependency>
32
		<dependency>
33
			<groupId>net.matuschek</groupId>
34
			<artifactId>jobo</artifactId>
35
			<version>[1.4,2.0)</version>
36
		</dependency>
37
		<dependency>
38
			<groupId>DLS</groupId>
39
			<artifactId>jOAI</artifactId>
40
			<version>[2.0.9.3,2.0.10.0)</version>
41
		</dependency>
42
		<dependency>
43
			<groupId>com.thoughtworks</groupId>
44
			<artifactId>xstream</artifactId>
45
			<version>[0.0.0,)</version>
46
		</dependency>
47
		<dependency>
48
			<groupId>net.sourceforge.nekohtml</groupId>
49
			<artifactId>nekohtml</artifactId>
50
			<version>1.9.16</version>
51
			<exclusions>
52
				<exclusion>
53
					<artifactId>xercesImpl</artifactId>
54
					<groupId>xerces</groupId>
55
				</exclusion>
56
			</exclusions>
57
		</dependency>
58
		<dependency>
59
			<groupId>com.jira</groupId>
60
			<artifactId>heritrix-commons</artifactId>
61
			<version>[0.0.0,)</version>
62
		</dependency>
63
		<dependency>
64
			<groupId>com.jira</groupId>
65
			<artifactId>heritrix-modules</artifactId>
66
			<version>[0.0.0,)</version>
67
		</dependency>
68
		<dependency>
69
			<groupId>com.googlecode</groupId>
70
			<artifactId>kryo</artifactId>
71
			<version>1.04</version>
72
			<exclusions>
73
				<exclusion>
74
					<groupId>com.googlecode</groupId>
75
					<artifactId>minlog</artifactId>
76
				</exclusion>
77
			</exclusions>
78
		</dependency>
79
		<dependency>
80
			<groupId>edu.indiana</groupId>
81
			<artifactId>xpp3</artifactId>
82
			<version>[0.0.0,)</version>
83
		</dependency>
84
		<dependency>
85
			<groupId>xerces</groupId>
86
			<artifactId>xercesImpl</artifactId>
87
			<version>2.11.0</version>
88
			<scope>provided</scope>
89
		</dependency>
90

    
91

    
92
	</dependencies>
93
</project>
(2-2/2)