Project

General

Profile

« Previous | Next » 

Revision 54375

switched to org.apache.httpcomponents:httpclient:4.5.3

View differences:

pom.xml
3 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5 5
		<artifactId>dnet45-parent</artifactId>
6
		<version>1.0.0-SNAPSHOT</version>
6
		<version>1.0.0</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.6, 4.0)</version>
53
			<version>3.3</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>-->
71 66
		<dependency>
72 67
			<groupId>org.apache.httpcomponents</groupId>
73 68
			<artifactId>httpclient</artifactId>
74
			<version>[4.5.6,5.0.0)</version>
69
			<version>4.5.3</version>
75 70
		</dependency>
76 71
		<dependency>
77 72
			<groupId>com.google.code.gson</groupId>

Also available in: Unified diff