Project

General

Profile

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

    
10
	<scm>
11
		<developerConnection>
12
			scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-modular-mdstore-ui/trunk
13
		</developerConnection>
14
	</scm>
15
	<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

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

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