Project

General

Profile

« Previous | Next » 

Revision 45348

migrated to dnet45

View differences:

pom.xml
3 3
		<groupId>eu.dnetlib</groupId>
4 4
		<artifactId>dnet45-parent</artifactId>
5 5
		<version>1.0.0-SNAPSHOT</version>
6
		<relativePath />
6
		<relativePath/>
7 7
	</parent>
8 8
	<modelVersion>4.0.0</modelVersion>
9 9
	<groupId>eu.dnetlib</groupId>
10 10
	<artifactId>dnet-download-service</artifactId>
11 11
	<version>2.2.1-SNAPSHOT</version>
12 12
	<scm>
13
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-download-service/trunk</developerConnection>
13
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-download-service/trunk</developerConnection>
14 14
	</scm>
15 15
	<dependencies>
16 16
		<dependency>
17 17
			<groupId>eu.dnetlib</groupId>
18 18
			<artifactId>dnet-download-service-rmi</artifactId>
19 19
			<version>[1.0.0,2.0.0)</version>
20
		</dependency>		
20
		</dependency>
21 21
		<dependency>
22 22
			<groupId>eu.dnetlib</groupId>
23 23
			<artifactId>cnr-service-common</artifactId>
......
28 28
			<artifactId>dnet-modular-objectstore-service</artifactId>
29 29
			<version>[4.0.0,5.0.0)</version>
30 30
		</dependency>
31
		<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15on -->
32 31
		<dependency>
33
			<groupId>org.bouncycastle</groupId>
34
			<artifactId>bcprov-jdk15on</artifactId>
35
			<version>1.55</version>
36
		</dependency>
37
		<dependency>
38 32
			<groupId>junit</groupId>
39 33
			<artifactId>junit</artifactId>
40 34
			<version>${junit.version}</version>
......
42 36
		</dependency>
43 37
		<dependency>
44 38
			<groupId>org.mockito</groupId>
45
                        <artifactId>mockito-core</artifactId>
46
                        <version>${mockito.version}</version>
39
			<artifactId>mockito-core</artifactId>
40
			<version>${mockito.version}</version>
47 41
			<scope>test</scope>
48 42
		</dependency>
49

  
50

  
51 43
	</dependencies>
52 44
</project>

Also available in: Unified diff