Project

General

Profile

1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
4
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-parent</artifactId>
7
		<version>1.0.0</version>
8
	</parent>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>dnet-openaire_dli-workflows</artifactId>
11
	<version>1.0.0-SNAPSHOT</version>
12
	<scm>
13
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaire_dli-workflows/trunk</developerConnection>
14
	</scm>
15
	<dependencies>
16
		<dependency>
17
			<groupId>eu.dnetlib</groupId>
18
			<artifactId>dnet-msro-service</artifactId>
19
			<version>[3.0.0,4.0.0)</version>
20
		</dependency>
21
		<dependency>
22
			<groupId>postgresql</groupId>
23
			<artifactId>postgresql</artifactId>
24
			<version>9.1-901-1.jdbc4</version>
25
		</dependency>
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
		<dependency>
48
			<groupId>junit</groupId>
49
			<artifactId>junit</artifactId>
50
			<version>${junit.version}</version>
51
			<scope>test</scope>
52
		</dependency>
53
	</dependencies>
54

    
55
</project>
    (1-1/1)