Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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</artifactId>
7
		<version>2.0.0-SNAPSHOT</version>
8
		<relativePath />
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-efg</artifactId>
13
	<packaging>jar</packaging>
14
	<version>1.0.0-SNAPSHOT</version>
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-efg/trunk</developerConnection>
17
	</scm>
18

    
19
	<dependencies>
20
		<dependency>
21
			<groupId>eu.dnetlib</groupId>
22
			<artifactId>dnet-msro-service</artifactId>
23
			<version>5.0.0-SNAPSHOT</version>
24
		</dependency>
25

    
26
		<dependency>
27
			<groupId>org.apache.commons</groupId>
28
			<artifactId>commons-compress</artifactId>
29
			<version>1.11</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>eu.dnetlib</groupId>
33
			<artifactId>dnet-data-services</artifactId>
34
			<version>1.0.0-SNAPSHOT</version>
35
		</dependency>
36
        <dependency>
37
            <groupId>eu.dnetlib</groupId>
38
            <artifactId>dnet-data-provision-services</artifactId>
39
            <version>1.0.0-SNAPSHOT</version>
40
        </dependency>
41

    
42
		<dependency>
43
			<groupId>org.im4java</groupId>
44
			<artifactId>im4java</artifactId>
45
			<version>1.4.0</version>
46
		</dependency>
47

    
48
		<dependency>
49
			<groupId>org.apache.tika</groupId>
50
			<artifactId>tika-core</artifactId>
51
			<version>1.12</version>
52
		</dependency>
53

    
54

    
55
		<dependency>
56
			<groupId>javax.servlet</groupId>
57
			<artifactId>javax.servlet-api</artifactId>
58
			<version>LATEST</version>
59
			<scope>provided</scope>
60
		</dependency>
61

    
62

    
63
	</dependencies>
64
</project>
(2-2/2)