Project

General

Profile

1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
	<modelVersion>4.0.0</modelVersion>
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet45-parent</artifactId>
6
		<version>1.0.0</version>
7
	</parent>
8
	<groupId>eu.dnetlib</groupId>
9
	<artifactId>dnet-collector-plugins</artifactId>
10
	<version>1.3.21</version>
11
	<scm>
12
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-collector-plugins/tags/dnet-collector-plugins-1.3.21</developerConnection>
13
	</scm>
14
	<dependencies>
15
		<dependency>
16
			<groupId>eu.dnetlib</groupId>
17
			<artifactId>dnet-modular-collector-service-rmi</artifactId>
18
			<version>[1.3.0,2.0.0)</version>
19
		</dependency>
20
		<dependency>
21
			<groupId>eu.dnetlib</groupId>
22
			<artifactId>dnet-modular-collector-service</artifactId>
23
			<version>[1.3.0,4.0.0)</version>
24
		</dependency>
25
		<dependency>
26
			<groupId>com.google.code.gson</groupId>
27
			<artifactId>gson</artifactId>
28
			<version>${google.gson.version}</version>
29
		</dependency>
30
		<dependency>
31
			<groupId>commons-io</groupId>
32
			<artifactId>commons-io</artifactId>
33
			<version>${commons.io.version}</version>
34
		</dependency>
35
		<dependency>
36
			<groupId>junit</groupId>
37
			<artifactId>junit</artifactId>
38
			<version>${junit.version}</version>
39
			<scope>test</scope>
40
		</dependency>
41
		<dependency>
42
			<groupId>org.apache.httpcomponents</groupId>
43
			<artifactId>httpclient</artifactId>
44
			<version>4.5</version>
45
		</dependency>
46
		<dependency>
47
			<groupId>eu.dnetlib</groupId>
48
			<artifactId>cnr-resultset-service</artifactId>
49
			<version>[2.0.0, 3.0.0)</version>
50
			<scope>provided</scope>
51
		</dependency>
52
		<dependency>
53
			<groupId>com.ximpleware</groupId>
54
			<artifactId>vtd-xml</artifactId>
55
			<version>[2.12, 3.0.0)</version>
56
		</dependency>
57
		<dependency>
58
			<groupId>joda-time</groupId>
59
			<artifactId>joda-time</artifactId>
60
			<version>2.9.2</version>
61
		</dependency>
62

    
63
		<dependency>
64
			<groupId>org.json</groupId>
65
			<artifactId>json</artifactId>
66
			<version>20180813</version>
67
		 <type>jar</type>
68
		</dependency>
69
		<dependency>
70
			<groupId>org.apache.commons</groupId>
71
			<artifactId>commons-lang3</artifactId>
72
			<version>3.5</version>
73
		</dependency>
74

    
75
		<dependency>
76
			<groupId>org.apache.poi</groupId>
77
			<artifactId>poi</artifactId>
78
			<version>3.16</version>
79
		</dependency>
80
		<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
81
		<dependency>
82
			<groupId>org.apache.poi</groupId>
83
			<artifactId>poi-ooxml</artifactId>
84
			<version>3.16</version>
85
		</dependency>
86
		<dependency>
87
			<groupId>org.jsoup</groupId>
88
			<artifactId>jsoup</artifactId>
89
			<version>1.11.2</version>
90
		</dependency>
91
	</dependencies>
92
</project>
(2-2/2)