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>dnet-parent</artifactId>
6
		<version>1.0.0</version>
7
	</parent>
8

    
9
	<scm>
10
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-objectStore-ui/tags/dnet-objectStore-ui-1.0.2</developerConnection>
11
	</scm>
12
	<groupId>eu.dnetlib</groupId>
13
	<artifactId>dnet-objectStore-ui</artifactId>
14
	<version>1.0.2</version>
15
	<dependencies>
16
		<dependency>
17
			<groupId>eu.dnetlib</groupId>
18
			<artifactId>cnr-resultset-client</artifactId>
19
			<version>[2.0.0,3.0.0)</version>
20
		</dependency>
21

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

    
40
		<dependency>
41
			<groupId>eu.dnetlib</groupId>
42
			<artifactId>dnet-modular-objectstore-service</artifactId>
43
			<version>[4.2.0,5.0.0)</version>
44
		</dependency>
45

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