Project

General

Profile

« Previous | Next » 

Revision 53932

Upgrade to commons.net:commons.net 3.6 (from 3.3) and commons-httpclient 4.5.6 (from 3.1).
using HttpConnector where needed.
httpConnector can now return an InputStream and not only a string.

View differences:

pom.xml
3 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5 5
		<artifactId>dnet45-parent</artifactId>
6
		<version>1.0.0</version>
6
		<version>1.0.0-SNAPSHOT</version>
7 7
	</parent>
8 8
	<modelVersion>4.0.0</modelVersion>
9 9
	<groupId>eu.dnetlib</groupId>
......
46 46
			<scope>test</scope>
47 47
		</dependency>
48 48
		<dependency>
49
			<groupId>apache</groupId>
49
			<groupId>commons-net</groupId>
50 50
			<artifactId>commons-net</artifactId>
51
			<version>2.2</version>
51
			<version>[3.6,4.0)</version>
52 52
		</dependency>
53
		<dependency>
54
			<groupId>apache</groupId>
55
			<artifactId>commons-net-ftp</artifactId>
56
			<version>2.0</version>
57
		</dependency>
53
		<!--<dependency>-->
54
			<!--<groupId>apache</groupId>-->
55
			<!--<artifactId>commons-net-ftp</artifactId>-->
56
			<!--<version>2.0</version>-->
57
		<!--</dependency>-->
58 58

  
59 59
	</dependencies>
60 60
</project>

Also available in: Unified diff