Project

General

Profile

« Previous | Next » 

Revision 41785

removed old version of dependency for jsch

View differences:

modules/dnet-modular-collector-service/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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5 5
		<artifactId>dnet-parent</artifactId>
......
44 44
		<dependency>
45 45
			<groupId>junit</groupId>
46 46
			<artifactId>junit</artifactId>
47
			<version>4.8.2</version>
47
			<version>${junit.version}</version>
48 48
			<scope>test</scope>
49 49
		</dependency>
50 50
		<dependency>
......
53 53
			<version>3.3</version>
54 54
		</dependency>
55 55
		<dependency>
56
			<groupId>jcraft</groupId>
57
			<artifactId>jsch</artifactId>
58
			<version>0.1.44</version>
59
		</dependency>
60
		<dependency>
61 56
			<groupId>org.apache.commons</groupId>
62 57
			<artifactId>commons-compress</artifactId>
63 58
			<version>1.6</version>

Also available in: Unified diff