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
	<groupId>eu.dnetlib</groupId>
9
	<artifactId>dnet-fs-objectstore</artifactId>
10
	<version>2.1.3</version>
11
	<scm>
12
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-fs-objectstore/tags/dnet-fs-objectstore-2.1.3</developerConnection>
13
	</scm>
14
	<dependencies>
15
		<dependency>
16
			<groupId>eu.dnetlib</groupId>
17
			<artifactId>dnet-modular-objectstore-service</artifactId>
18
			<version>[4.2.0,5.0.0)</version>
19
		</dependency>
20
		<dependency>
21
			<groupId>eu.dnetlib</groupId>
22
			<artifactId>cnr-resultset-service</artifactId>
23
			<version>[2.0.0,3.0.0)</version>
24
		</dependency>
25
		<dependency>
26
			<groupId>eu.dnetlib</groupId>
27
			<artifactId>cnr-resultset-client</artifactId>
28
			<version>[2.0.0,3.0.0)</version>
29
		</dependency>
30
		<dependency>
31
			<groupId>junit</groupId>
32
			<artifactId>junit</artifactId>
33
			<version>${junit.version}</version>
34
			<scope>test</scope>
35
		</dependency>
36
		<dependency>
37
			<groupId>org.mongodb</groupId>
38
			<artifactId>mongo-java-driver</artifactId>
39
			<version>${mongodb.driver.version}</version>
40
		</dependency>
41
		<dependency>
42
			<groupId>javax.servlet</groupId>
43
			<artifactId>javax.servlet-api</artifactId>
44
			<version>${javax.servlet.version}</version>
45
			<scope>provided</scope>
46
		</dependency>
47

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