Project

General

Profile

1 43661 claudio.at
<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 43660 claudio.at
	<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 43675 claudio.at
	<version>2.1.1</version>
11 43660 claudio.at
	<scm>
12 43675 claudio.at
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-fs-objectstore/tags/dnet-fs-objectstore-2.1.1</developerConnection>
13 37056 sandro.lab
	</scm>
14 43660 claudio.at
	<dependencies>
15
		<dependency>
16 37005 sandro.lab
			<groupId>eu.dnetlib</groupId>
17
			<artifactId>dnet-modular-objectstore-service</artifactId>
18 43660 claudio.at
			<version>[4.2.0,5.0.0)</version>
19 37005 sandro.lab
		</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 43660 claudio.at
		<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 43652 claudio.at
48 43660 claudio.at
	</dependencies>
49 43652 claudio.at
</project>