Project

General

Profile

1
<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
	<modelVersion>4.0.0</modelVersion>
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet45-parent</artifactId>
6
		<version>1.0.0</version>
7
	</parent>
8

    
9
	<scm>
10
		<developerConnection>
11
			scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-modular-mdstore-ui/trunk
12
		</developerConnection>
13
	</scm>
14
	<groupId>eu.dnetlib</groupId>
15
	<artifactId>dnet-modular-mdstore-ui</artifactId>
16
	<version>1.0.1-SNAPSHOT</version>
17
	<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

    
24
		<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
		<dependency>
43
			<groupId>eu.dnetlib</groupId>
44
			<artifactId>cnr-modular-mdstore-service</artifactId>
45
			<version>[6.0.0-SNAPSHOT,7.0.0)</version>
46
		</dependency>
47

    
48
	</dependencies>
49
</project>
(3-3/3)