Project

General

Profile

1 26600 sandro.lab
<?xml version="1.0" encoding="UTF-8"?>
2 30583 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 45120 claudio.at
		<artifactId>dnet45-parent</artifactId>
6 47816 claudio.at
		<version>1.0.0</version>
7 26600 sandro.lab
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>cnr-resultset-client</artifactId>
11
	<packaging>jar</packaging>
12 44618 alessia.ba
	<version>2.1.2-SNAPSHOT</version>
13 30582 sandro.lab
	<scm>
14 45120 claudio.at
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/cnr-resultset-client/trunk</developerConnection>
15 30582 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>eu.dnetlib</groupId>
25
			<artifactId>cnr-resultset-service</artifactId>
26 32448 michele.ar
			<version>[2.0.0,3.0.0)</version>
27 26600 sandro.lab
		</dependency>
28
		<dependency>
29 45120 claudio.at
			<groupId>org.apache.cxf</groupId>
30
			<artifactId>cxf-rt-transports-http</artifactId>
31
			<version>${cxf.version}</version>
32
		</dependency>
33
		<dependency>
34 26600 sandro.lab
			<groupId>org.mockito</groupId>
35
			<artifactId>mockito-core</artifactId>
36 45120 claudio.at
			<version>${mockito.version}</version>
37 26600 sandro.lab
			<scope>test</scope>
38
		</dependency>
39
	</dependencies>
40
</project>