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>dnet-parent</artifactId>
6
		<version>1.0.0</version>
7
	</parent>
8
	<groupId>eu.dnetlib</groupId>
9
	<artifactId>dnet-openaire_dli-workflows</artifactId>
10
	<version>1.0.1</version>
11
	<scm>
12
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaire_dli-workflows/tags/dnet-openaire_dli-workflows-1.0.1</developerConnection>
13
	</scm>
14
	<dependencies>
15
		<dependency>
16
			<groupId>eu.dnetlib</groupId>
17
			<artifactId>dnet-msro-service</artifactId>
18
			<version>[3.0.0,4.0.0)</version>
19
		</dependency>
20
		<dependency>
21
			<groupId>org.postgresql</groupId>
22
			<artifactId>postgresql</artifactId>
23
			<version>9.3-1100-jdbc41</version>
24
		</dependency>
25

    
26
		<dependency>
27
			<groupId>commons-dbcp</groupId>
28
			<artifactId>commons-dbcp</artifactId>
29
			<version>1.4</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>org.springframework</groupId>
33
			<artifactId>spring-jdbc</artifactId>
34
			<version>${spring.version}</version>
35
		</dependency>
36
		<dependency>
37
			<groupId>eu.dnetlib</groupId>
38
			<artifactId>dnet-modular-ui</artifactId>
39
			<version>[3.0.0,4.0.0)</version>
40
		</dependency>
41
		<dependency>
42
			<groupId>javax.servlet</groupId>
43
			<artifactId>javax.servlet-api</artifactId>
44
			<version>${javax.servlet.version}</version>
45
			<scope>provided</scope>
46
		</dependency>
47

    
48
		<dependency>
49
			<groupId>org.apache.httpcomponents</groupId>
50
			<artifactId>httpclient</artifactId>
51
			<version>4.4.1</version>
52
		</dependency>
53

    
54

    
55
		<dependency>
56
			<groupId>junit</groupId>
57
			<artifactId>junit</artifactId>
58
			<version>${junit.version}</version>
59
			<scope>test</scope>
60
		</dependency>
61
	</dependencies>
62
</project>
(2-2/2)