Project

General

Profile

1 39627 sandro.lab
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2
		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 34144 sandro.lab
	<modelVersion>4.0.0</modelVersion>
4
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6 45350 claudio.at
		<artifactId>dnet45-parent</artifactId>
7 34144 sandro.lab
		<version>1.0.0-SNAPSHOT</version>
8
	</parent>
9 44791 sandro.lab
10
	<scm>
11
		<developerConnection>
12 45350 claudio.at
			scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-modular-mdstore-ui/trunk
13 44791 sandro.lab
		</developerConnection>
14
	</scm>
15 34144 sandro.lab
	<groupId>eu.dnetlib</groupId>
16
	<artifactId>dnet-modular-mdstore-ui</artifactId>
17
	<version>1.0.0-SNAPSHOT</version>
18
	<dependencies>
19
		<dependency>
20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>cnr-resultset-client</artifactId>
22
			<version>[2.0.0,3.0.0)</version>
23
		</dependency>
24 39627 sandro.lab
25 34144 sandro.lab
		<dependency>
26
			<groupId>eu.dnetlib</groupId>
27
			<artifactId>dnet-modular-ui</artifactId>
28
			<version>[3.0.0,4.0.0)</version>
29
		</dependency>
30
		<dependency>
31
			<groupId>javax.servlet</groupId>
32
			<artifactId>javax.servlet-api</artifactId>
33
			<version>${javax.servlet.version}</version>
34
			<scope>provided</scope>
35
		</dependency>
36
		<dependency>
37
			<groupId>junit</groupId>
38
			<artifactId>junit</artifactId>
39
			<version>${junit.version}</version>
40
			<scope>test</scope>
41
		</dependency>
42
43 39742 sandro.lab
		<dependency>
44
			<groupId>eu.dnetlib</groupId>
45
			<artifactId>cnr-modular-mdstore-service</artifactId>
46 44791 sandro.lab
			<version>[6.0.0-SNAPSHOT,7.0.0)</version>
47 39742 sandro.lab
		</dependency>
48
49 34144 sandro.lab
	</dependencies>
50 39627 sandro.lab
</project>