Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" encoding="UTF-8"?>
2 33613 michele.ar
<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 26600 sandro.lab
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-parent</artifactId>
7 31539 alessia.ba
		<version>1.0.0</version>
8 26600 sandro.lab
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11 29550 michele.ar
	<artifactId>dnet-modular-is-ui</artifactId>
12 26600 sandro.lab
	<packaging>jar</packaging>
13 32701 michele.ar
	<version>2.0.2-SNAPSHOT</version>
14 32601 andrea.man
	<scm>
15 32701 michele.ar
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-modular-is-ui/trunk</developerConnection>
16 32601 andrea.man
	</scm>
17
	<dependencies>
18 26600 sandro.lab
		<dependency>
19 32601 andrea.man
			<groupId>commons-fileupload</groupId>
20
			<artifactId>commons-fileupload</artifactId>
21
			<version>1.3.1</version>
22
		</dependency>
23
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>dnet-modular-ui</artifactId>
26
			<version>[3.0.0,4.0.0)</version>
27
		</dependency>
28
		<dependency>
29 33613 michele.ar
			<groupId>org.jgrapht</groupId>
30
			<artifactId>jgrapht-core</artifactId>
31
			<version>0.9.0</version>
32
		</dependency>
33
		<dependency>
34
			<groupId>org.jgrapht</groupId>
35
			<artifactId>jgrapht-ext</artifactId>
36
			<version>0.9.0</version>
37
		</dependency>
38
		<dependency>
39 26600 sandro.lab
			<groupId>junit</groupId>
40
			<artifactId>junit</artifactId>
41
			<version>${junit.version}</version>
42
			<scope>test</scope>
43
		</dependency>
44
		<dependency>
45
			<groupId>javax.servlet</groupId>
46
			<artifactId>javax.servlet-api</artifactId>
47
			<version>${javax.servlet.version}</version>
48
			<scope>provided</scope>
49
		</dependency>
50
	</dependencies>
51
</project>