1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
30237
|
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 |
45099
|
claudio.at
|
<artifactId>dnet45-parent</artifactId>
|
6 |
47760
|
claudio.at
|
<version>1.0.0</version>
|
7 |
26600
|
sandro.lab
|
</parent>
|
8 |
|
|
<modelVersion>4.0.0</modelVersion>
|
9 |
|
|
<artifactId>cnr-cql-utils</artifactId>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<packaging>jar</packaging>
|
12 |
54664
|
alessia.ba
|
<version>2.1.3-SNAPSHOT</version>
|
13 |
26600
|
sandro.lab
|
<scm>
|
14 |
54664
|
alessia.ba
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-cql-utils/trunk</developerConnection>
|
15 |
26600
|
sandro.lab
|
</scm>
|
16 |
|
|
<dependencies>
|
17 |
|
|
<dependency>
|
18 |
|
|
<groupId>eu.dnetlib</groupId>
|
19 |
|
|
<artifactId>cnr-misc-utils</artifactId>
|
20 |
30634
|
sandro.lab
|
<version>[1.0.0,2.0.0)</version>
|
21 |
26600
|
sandro.lab
|
</dependency>
|
22 |
|
|
<dependency>
|
23 |
|
|
<groupId>org.apache.lucene</groupId>
|
24 |
|
|
<artifactId>lucene-queryparser</artifactId>
|
25 |
|
|
<version>${apache.solr.version}</version>
|
26 |
|
|
</dependency>
|
27 |
|
|
<dependency>
|
28 |
43743
|
claudio.at
|
<groupId>org.mongodb</groupId>
|
29 |
|
|
<artifactId>mongo-java-driver</artifactId>
|
30 |
|
|
<version>${mongodb.driver.version}</version>
|
31 |
|
|
</dependency>
|
32 |
|
|
<dependency>
|
33 |
|
|
<groupId>joda-time</groupId>
|
34 |
|
|
<artifactId>joda-time</artifactId>
|
35 |
|
|
<version>[2.3, 3.0)</version>
|
36 |
|
|
</dependency>
|
37 |
|
|
<dependency>
|
38 |
26600
|
sandro.lab
|
<groupId>org.z3950.zing</groupId>
|
39 |
|
|
<artifactId>cql-java</artifactId>
|
40 |
|
|
<version>1.7</version>
|
41 |
|
|
</dependency>
|
42 |
|
|
<dependency>
|
43 |
|
|
<groupId>junit</groupId>
|
44 |
|
|
<artifactId>junit</artifactId>
|
45 |
|
|
<version>${junit.version}</version>
|
46 |
|
|
<scope>test</scope>
|
47 |
|
|
</dependency>
|
48 |
|
|
</dependencies>
|
49 |
|
|
</project>
|