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
		<relativePath />
8 8
	</parent>
9 9
	<modelVersion>4.0.0</modelVersion>
......
50 50
		<dependency>
51 51
			<groupId>commons-net</groupId>
52 52
			<artifactId>commons-net</artifactId>
53
			<version>3.3</version>
53
			<version>[3.6, 4.0)</version>
54 54
		</dependency>
55 55
		<dependency>
56 56
			<groupId>org.apache.commons</groupId>
......
63 63
			<version>${mockito.version}</version>
64 64
			<scope>test</scope>
65 65
		</dependency>
66
		<!--<dependency>-->
67
			<!--<groupId>commons-httpclient</groupId>-->
68
			<!--<artifactId>commons-httpclient</artifactId>-->
69
			<!--<version>3.1</version>-->
70
		<!--</dependency>-->
66 71
		<dependency>
67
			<groupId>commons-httpclient</groupId>
68
			<artifactId>commons-httpclient</artifactId>
69
			<version>3.1</version>
72
			<groupId>org.apache.httpcomponents</groupId>
73
			<artifactId>httpclient</artifactId>
74
			<version>[4.5.6,5.0.0)</version>
70 75
		</dependency>
71 76
		<dependency>
72 77
			<groupId>com.google.code.gson</groupId>
......
99 104
			<artifactId>vtd-xml</artifactId>
100 105
			<version>2.13.2</version>
101 106
		</dependency>
102
	 <dependency>
103
	  <groupId>org.apache.httpcomponents</groupId>
104
	  <artifactId>httpcore</artifactId>
105
	  <version>4.4.1</version>
106
	  <scope>test</scope>
107
	  <type>jar</type>
108
	 </dependency>
109
	 <dependency>
110
	  <groupId>org.apache.httpcomponents</groupId>
111
	  <artifactId>httpclient</artifactId>
112
	  <version>4.5</version>
113
	  <scope>test</scope>
114
	  <type>jar</type>
115
	 </dependency>
107

  
116 108
	</dependencies>
117 109
</project>

Also available in: Unified diff