Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
	<parent>
5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-parent</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<artifactId>cnr-cql-utils</artifactId>
11
	<groupId>eu.dnetlib</groupId>
12
	<packaging>jar</packaging>
13
	<version>1.0.0-SNAPSHOT</version>
14
	<scm>
15
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet30/modules/cnr-cql-utils/trunk</developerConnection>
16
	</scm>
17
	<dependencies>
18
		<dependency>
19
			<groupId>eu.dnetlib</groupId>
20
			<artifactId>cnr-misc-utils</artifactId>
21
			<version>[1.0.0-SNAPSHOT]</version>
22
		</dependency>
23
		<dependency>
24
			<groupId>org.apache.lucene</groupId>
25
			<artifactId>lucene-queryparser</artifactId>
26
			<version>${apache.solr.version}</version>
27
		</dependency>
28
		<dependency>
29
			<groupId>org.z3950.zing</groupId>
30
			<artifactId>cql-java</artifactId>
31
			<version>1.7</version>
32
		</dependency>
33
		<dependency>
34
			<groupId>junit</groupId>
35
			<artifactId>junit</artifactId>
36
			<version>${junit.version}</version>
37
			<scope>test</scope>
38
		</dependency>
39
	</dependencies>
40
</project>
(2-2/2)