File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 46
46
<properties >
47
47
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
48
48
49
+ <!-- guava version -->
50
+ <guava .version>24.0-jre</guava .version>
51
+
52
+ <!-- Http Components version -->
53
+ <http-components .version>4.5.5</http-components .version>
54
+
49
55
<!-- Jackson version -->
50
- <jackson .version>2.9.3 </jackson .version>
56
+ <jackson .version>2.9.4 </jackson .version>
51
57
52
58
<!-- Define which version of junit you'll be running -->
53
59
<junit .version>4.12</junit .version>
75
81
<dependency >
76
82
<groupId >org.apache.httpcomponents</groupId >
77
83
<artifactId >httpclient</artifactId >
78
- <version >4.5.4 </version >
84
+ <version >${http-components.version} </version >
79
85
</dependency >
80
86
81
87
<!-- Guava for Preconditions and URI Escaping -->
82
88
<dependency >
83
89
<groupId >com.google.guava</groupId >
84
90
<artifactId >guava</artifactId >
85
- <version >24.0-jre </version >
91
+ <version >${guava.version} </version >
86
92
</dependency >
87
93
88
94
<!-- For parsing XML responses to POJOs -->
You can’t perform that action at this time.
0 commit comments