Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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
        <relativePath></relativePath>
8
        <version>1.0.0</version>
9
	</parent>
10
	<modelVersion>4.0.0</modelVersion>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-mincyt-workflows</artifactId>
13
	<packaging>jar</packaging>
14
	<version>1.0.0-SNAPSHOT</version>
15

    
16
	<dependencies>
17
		<dependency>
18
			<groupId>eu.dnetlib</groupId>
19
			<artifactId>dnet-msro-service</artifactId>
20
			<version>[2.0.0,3.0.0)</version>
21
		</dependency>
22
		
23
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>dnet-download-service</artifactId>
26
			<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
27
		</dependency>
28
		
29
		<dependency>
30
			<groupId>commons-httpclient</groupId>
31
			<artifactId>commons-httpclient</artifactId>
32
			<version>3.1</version>
33
		</dependency>
34
		
35
<!-- 		<dependency> -->
36
<!-- 			<groupId>eu.dnetlib</groupId> -->
37
<!-- 			<artifactId></artifactId> -->
38
<!-- 			<version>[, )</version> -->
39
<!-- 		</dependency> -->
40
		
41
	</dependencies>
42
</project>
(2-2/2)