Project

General

Profile

« Previous | Next » 

Revision 36361

added junit

View differences:

modules/dnet-deduplication/trunk/pom.xml
1 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">
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 4
	<parent>
4 5
		<groupId>eu.dnetlib</groupId>
5 6
		<artifactId>dnet-parent</artifactId>
......
34 35
			<groupId>eu.dnetlib</groupId>
35 36
			<artifactId>dnet-modular-ui</artifactId>
36 37
			<version>[3.0.0,4.0.0)</version>
37
		</dependency>		
38
		</dependency>
38 39

  
39 40
		<dependency>
40 41
			<groupId>eu.dnetlib</groupId>
41 42
			<artifactId>dnet-index-solr-client</artifactId>
42 43
			<version>[2.0.0,3.0.0)</version>
43
		</dependency>	
44
		</dependency>
44 45

  
45 46
		<dependency>
46 47
			<groupId>eu.dnetlib</groupId>
......
65 66
			<artifactId>guava</artifactId>
66 67
			<version>${google.guava.version}</version>
67 68
		</dependency>
68
			
69

  
70
		<dependency>
71
			<groupId>junit</groupId>
72
			<artifactId>junit</artifactId>
73
			<version>${junit.version}</version>
74
			<scope>test</scope>
75
		</dependency>
76

  
69 77
	</dependencies>
70 78
</project>

Also available in: Unified diff