Project

General

Profile

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