Project

General

Profile

1 31598 claudio.at
<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/xsd/maven-4.0.0.xsd">
2 26600 sandro.lab
	<parent>
3
		<groupId>eu.dnetlib</groupId>
4
		<artifactId>dnet-parent</artifactId>
5 31597 claudio.at
		<version>1.0.0</version>
6 31598 claudio.at
		<relativePath />
7 26600 sandro.lab
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<groupId>eu.dnetlib</groupId>
10
	<artifactId>dnet-download-service</artifactId>
11 45032 alessia.ba
	<version>2.2.1-SNAPSHOT</version>
12 31597 claudio.at
	<scm>
13 45032 alessia.ba
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-download-service/trunk</developerConnection>
14 31597 claudio.at
	</scm>
15 26600 sandro.lab
	<dependencies>
16
		<dependency>
17
			<groupId>eu.dnetlib</groupId>
18
			<artifactId>dnet-download-service-rmi</artifactId>
19 31597 claudio.at
			<version>[1.0.0,2.0.0)</version>
20 26600 sandro.lab
		</dependency>
21
		<dependency>
22
			<groupId>eu.dnetlib</groupId>
23
			<artifactId>cnr-service-common</artifactId>
24 32545 michele.ar
			<version>[2.1.0,3.0.0)</version>
25
		</dependency>
26 26600 sandro.lab
		<dependency>
27
			<groupId>eu.dnetlib</groupId>
28
			<artifactId>dnet-modular-objectstore-service</artifactId>
29 32545 michele.ar
			<version>[4.0.0,5.0.0)</version>
30 45027 alessia.ba
		</dependency>
31
		<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
32
		<dependency>
33
			<groupId>org.bouncycastle</groupId>
34
			<artifactId>bcprov-jdk15on</artifactId>
35
			<version>1.55</version>
36
		</dependency>
37
		<dependency>
38
			<groupId>junit</groupId>
39
			<artifactId>junit</artifactId>
40
			<version>${junit.version}</version>
41
			<scope>test</scope>
42
		</dependency>
43
		<dependency>
44
			<groupId>org.mockito</groupId>
45
			<artifactId>mockito-all</artifactId>
46
			<version>1.10.19</version>
47
			<scope>test</scope>
48
		</dependency>
49
50
51 26600 sandro.lab
	</dependencies>
52 31597 claudio.at
</project>