1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
30617
|
sandro.lab
|
<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/maven-v4_0_0.xsd">
|
3 |
26600
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-parent</artifactId>
|
6 |
33659
|
andrea.man
|
<version>1.0.0</version>
|
7 |
26600
|
sandro.lab
|
</parent>
|
8 |
|
|
<modelVersion>4.0.0</modelVersion>
|
9 |
|
|
<groupId>eu.dnetlib</groupId>
|
10 |
|
|
<artifactId>cnr-mongo-mdstore</artifactId>
|
11 |
|
|
<packaging>jar</packaging>
|
12 |
34056
|
sandro.lab
|
<version>4.1.5-SNAPSHOT</version>
|
13 |
30615
|
sandro.lab
|
<scm>
|
14 |
34056
|
sandro.lab
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/cnr-mongo-mdstore/trunk</developerConnection>
|
15 |
30615
|
sandro.lab
|
</scm>
|
16 |
26600
|
sandro.lab
|
<dependencies>
|
17 |
|
|
<dependency>
|
18 |
|
|
<groupId>junit</groupId>
|
19 |
|
|
<artifactId>junit</artifactId>
|
20 |
|
|
<version>${junit.version}</version>
|
21 |
|
|
<scope>test</scope>
|
22 |
|
|
</dependency>
|
23 |
|
|
<dependency>
|
24 |
|
|
<groupId>org.springframework</groupId>
|
25 |
|
|
<artifactId>spring-test</artifactId>
|
26 |
|
|
<version>${spring.version}</version>
|
27 |
|
|
<scope>test</scope>
|
28 |
|
|
</dependency>
|
29 |
|
|
<dependency>
|
30 |
|
|
<groupId>org.mockito</groupId>
|
31 |
|
|
<artifactId>mockito-core</artifactId>
|
32 |
|
|
<version>1.6</version>
|
33 |
|
|
<scope>test</scope>
|
34 |
|
|
</dependency>
|
35 |
|
|
<dependency>
|
36 |
|
|
<groupId>eu.dnetlib</groupId>
|
37 |
|
|
<artifactId>cnr-test-utils</artifactId>
|
38 |
30615
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
39 |
26600
|
sandro.lab
|
<scope>test</scope>
|
40 |
|
|
</dependency>
|
41 |
|
|
<dependency>
|
42 |
|
|
<groupId>eu.dnetlib</groupId>
|
43 |
|
|
<artifactId>cnr-modular-mdstore-service</artifactId>
|
44 |
32869
|
michele.ar
|
<version>[4.0.1,5.0.0)</version>
|
45 |
26600
|
sandro.lab
|
</dependency>
|
46 |
|
|
<dependency>
|
47 |
|
|
<groupId>eu.dnetlib</groupId>
|
48 |
|
|
<artifactId>cnr-inspector</artifactId>
|
49 |
30615
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
50 |
26600
|
sandro.lab
|
</dependency>
|
51 |
|
|
<dependency>
|
52 |
|
|
<groupId>org.mongodb</groupId>
|
53 |
|
|
<artifactId>mongo-java-driver</artifactId>
|
54 |
33792
|
claudio.at
|
<version>${mongodb.driver.version}</version>
|
55 |
26600
|
sandro.lab
|
</dependency>
|
56 |
28833
|
sandro.lab
|
<dependency>
|
57 |
|
|
<groupId>com.google.code.gson</groupId>
|
58 |
|
|
<artifactId>gson</artifactId>
|
59 |
|
|
<version>2.2</version>
|
60 |
|
|
</dependency>
|
61 |
|
|
<dependency>
|
62 |
|
|
<groupId>joda-time</groupId>
|
63 |
|
|
<artifactId>joda-time</artifactId>
|
64 |
|
|
<version>2.3</version>
|
65 |
|
|
</dependency>
|
66 |
|
|
|
67 |
26600
|
sandro.lab
|
</dependencies>
|
68 |
|
|
</project>
|