Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" encoding="UTF-8"?>
2 32601 andrea.man
<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 32601 andrea.man
	<version>2.0.0-SNAPSHOT</version>
14
	<scm>
15
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-modular-is-ui/trunk</developerConnection>
16
	</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 26600 sandro.lab
			<groupId>junit</groupId>
30
			<artifactId>junit</artifactId>
31
			<version>${junit.version}</version>
32
			<scope>test</scope>
33
		</dependency>
34
		<dependency>
35
			<groupId>javax.servlet</groupId>
36
			<artifactId>javax.servlet-api</artifactId>
37
			<version>${javax.servlet.version}</version>
38
			<scope>provided</scope>
39
		</dependency>
40
	</dependencies>
41
</project>