Project

General

Profile

« Previous | Next » 

Revision 45187

migrated to dnet45, using updated mockito version

View differences:

modules/dnet-download-service/trunk/pom.xml
1 1
<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 2
	<parent>
3 3
		<groupId>eu.dnetlib</groupId>
4
		<artifactId>dnet-parent</artifactId>
5
		<version>1.0.0</version>
4
		<artifactId>dnet45-parent</artifactId>
5
		<version>1.0.0-SNAPSHOT</version>
6 6
		<relativePath />
7 7
	</parent>
8 8
	<modelVersion>4.0.0</modelVersion>
......
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/dnet40/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>
......
42 42
		</dependency>
43 43
		<dependency>
44 44
			<groupId>org.mockito</groupId>
45
			<artifactId>mockito-all</artifactId>
46
			<version>1.10.19</version>
45
                        <artifactId>mockito-core</artifactId>
46
                        <version>${mockito.version}</version>
47 47
			<scope>test</scope>
48 48
		</dependency>
49 49

  

Also available in: Unified diff