Project

General

Profile

1 40036 sandro.lab
<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 39998 sandro.lab
	<modelVersion>4.0.0</modelVersion>
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5 45276 claudio.at
		<artifactId>dnet45-parent</artifactId>
6 47898 alessia.ba
		<version>1.0.0</version>
7 39998 sandro.lab
	</parent>
8 40025 sandro.lab
9
	<scm>
10 47901 alessia.ba
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-objectStore-ui/trunk</developerConnection>
11 40025 sandro.lab
	</scm>
12 39998 sandro.lab
	<groupId>eu.dnetlib</groupId>
13
	<artifactId>dnet-objectStore-ui</artifactId>
14 47901 alessia.ba
	<version>1.0.4-SNAPSHOT</version>
15 39998 sandro.lab
	<dependencies>
16
		<dependency>
17
			<groupId>eu.dnetlib</groupId>
18
			<artifactId>cnr-resultset-client</artifactId>
19
			<version>[2.0.0,3.0.0)</version>
20
		</dependency>
21
22
		<dependency>
23
			<groupId>eu.dnetlib</groupId>
24
			<artifactId>dnet-modular-ui</artifactId>
25
			<version>[3.0.0,4.0.0)</version>
26
		</dependency>
27
		<dependency>
28
			<groupId>javax.servlet</groupId>
29
			<artifactId>javax.servlet-api</artifactId>
30
			<version>${javax.servlet.version}</version>
31
			<scope>provided</scope>
32
		</dependency>
33
		<dependency>
34
			<groupId>junit</groupId>
35
			<artifactId>junit</artifactId>
36
			<version>${junit.version}</version>
37
			<scope>test</scope>
38
		</dependency>
39
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>dnet-modular-objectstore-service</artifactId>
43 43665 claudio.at
			<version>[4.2.0,5.0.0)</version>
44 39998 sandro.lab
		</dependency>
45
46
	</dependencies>
47
</project>