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>dnet-parent</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
	</parent>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>dnet-modular-mdstore-ui</artifactId>
11
	<version>1.0.0-SNAPSHOT</version>
12
	<dependencies>
13
		<dependency>
14
			<groupId>eu.dnetlib</groupId>
15
			<artifactId>cnr-resultset-client</artifactId>
16
			<version>[2.0.0,3.0.0)</version>
17
		</dependency>
18

    
19
		<dependency>
20
			<groupId>eu.dnetlib</groupId>
21
			<artifactId>dnet-modular-ui</artifactId>
22
			<version>[3.0.0,4.0.0)</version>
23
		</dependency>
24
		<dependency>
25
			<groupId>javax.servlet</groupId>
26
			<artifactId>javax.servlet-api</artifactId>
27
			<version>${javax.servlet.version}</version>
28
			<scope>provided</scope>
29
		</dependency>
30
		<dependency>
31
			<groupId>junit</groupId>
32
			<artifactId>junit</artifactId>
33
			<version>${junit.version}</version>
34
			<scope>test</scope>
35
		</dependency>
36

    
37
		<dependency>
38
			<groupId>eu.dnetlib</groupId>
39
			<artifactId>cnr-modular-mdstore-service</artifactId>
40
			<version>[5.0.0,5.1.0)</version>
41
		</dependency>
42

    
43
	</dependencies>
44
</project>
    (1-1/1)