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