1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
31616
|
claudio.at
|
<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 |
26600
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
31615
|
claudio.at
|
<version>1.0.0</version>
|
7 |
26600
|
sandro.lab
|
</parent>
|
8 |
|
|
<modelVersion>4.0.0</modelVersion>
|
9 |
|
|
<groupId>eu.dnetlib</groupId>
|
10 |
|
|
<artifactId>dnet-resource-discovery</artifactId>
|
11 |
|
|
<packaging>jar</packaging>
|
12 |
31620
|
claudio.at
|
<version>2.0.1-SNAPSHOT</version>
|
13 |
31617
|
claudio.at
|
<scm>
|
14 |
31620
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-resource-discovery/trunk</developerConnection>
|
15 |
31617
|
claudio.at
|
</scm>
|
16 |
26600
|
sandro.lab
|
<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>
|