Project

General

Profile

1 28918 claudio.at
<?xml version="1.0" encoding="UTF-8"?>
2 40680 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 28918 claudio.at
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5 45262 claudio.at
		<artifactId>dnet45-parent</artifactId>
6 48198 claudio.at
		<version>1.0.0</version>
7 40680 sandro.lab
		<relativePath />
8 28918 claudio.at
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-index-solr-service</artifactId>
12 51358 claudio.at
	<version>2.4.6-schemaFix-SNAPSHOT</version>
13 40465 sandro.lab
	<scm>
14 51358 claudio.at
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-index-solr-service/branches/dnet-index-solr-service-2.4.4-schemaFix</developerConnection>
15 31485 alessia.ba
	</scm>
16 28918 claudio.at
	<dependencies>
17
		<dependency>
18
			<groupId>eu.dnetlib</groupId>
19
			<artifactId>dnet-modular-index-service</artifactId>
20 40667 sandro.lab
			<version>[2.0.0,2.9.9)</version>
21 28918 claudio.at
		</dependency>
22
		<dependency>
23
			<groupId>eu.dnetlib</groupId>
24 29686 sandro.lab
			<artifactId>dnet-index-solr-client</artifactId>
25 40670 sandro.lab
			<version>[2.0.0,2.9.9)</version>
26 29686 sandro.lab
		</dependency>
27 28918 claudio.at
	</dependencies>
28 40465 sandro.lab
</project>