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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
	<parent>
4
		<groupId>eu.dnetlib</groupId>
5
		<artifactId>dnet-parent</artifactId>
6
		<version>2.0.0-SNAPSHOT</version>
7
		<relativePath />
8
	</parent>
9
	<modelVersion>4.0.0</modelVersion>
10
	<groupId>eu.dnetlib</groupId>
11
	<artifactId>dnet-core-services</artifactId>
12
	<packaging>jar</packaging>
13
	<version>2.0.1-SAXONHE-SOLR772-SNAPSHOT</version>
14

    
15
	<scm>
16
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-core-services/branches/saxonHE-SOLR772</developerConnection>
17
	</scm>
18

    
19
	<dependencies>
20
		<dependency>
21
			<groupId>junit</groupId>
22
			<artifactId>junit</artifactId>
23
			<version>${junit.version}</version>
24
			<scope>test</scope>
25
		</dependency>
26
		<dependency>
27
			<groupId>eu.dnetlib</groupId>
28
			<artifactId>dnet-core-components</artifactId>
29
			<version>[3.0.0-SAXONHE-SOLR-772-SNAPSHOT,4.0.0-SAXONHE-SOLR-772-SNAPSHOT)</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>com.google.code.gson</groupId>
33
			<artifactId>gson</artifactId>
34
			<version>${google.gson.version}</version>
35
		</dependency>
36
	</dependencies>
37
</project>
(2-2/2)