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
	<scm>
9
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-objectStore-ui/trunk</developerConnection>
10
	</scm>
11
	<groupId>eu.dnetlib</groupId>
12
	<artifactId>dnet-objectStore-ui</artifactId>
13
	<version>2.0.2-SNAPSHOT</version>
14
	<dependencies>
15
		<dependency>
16
			<groupId>eu.dnetlib</groupId>
17
			<artifactId>cnr-resultset-client</artifactId>
18
			<version>[2.0.0,3.0.0)</version>
19
		</dependency>
20

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

    
39
		<dependency>
40
			<groupId>eu.dnetlib</groupId>
41
			<artifactId>dnet-modular-objectstore-service</artifactId>
42
			<version>[5.0.0.0,6.0.0)</version>
43
		</dependency>
44

    
45
	</dependencies>
46
</project>
(2-2/2)