File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
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>28.1-jre</guava .version>
51
-
52
49
<!-- Http Components version -->
53
50
<http-components .version>4.5.10</http-components .version>
54
51
55
- <!-- Jackson version -->
56
- <jackson .version>2.9.9</jackson .version>
57
-
58
52
<!-- Specify which Checkstyle ruleset to use -->
59
53
<checkstyle .ruleset>build/checkstyle-v1.5.xml</checkstyle .ruleset>
60
54
<checkstyle .plugin.version>3.0.0</checkstyle .plugin.version>
81
75
<version >${http-components.version} </version >
82
76
</dependency >
83
77
84
- <!-- Guava for Preconditions and URI Escaping -->
85
- <dependency >
86
- <groupId >com.google.guava</groupId >
87
- <artifactId >guava</artifactId >
88
- <version >${guava.version} </version >
89
- </dependency >
90
-
91
- <!-- For parsing XML responses to POJOs -->
92
- <dependency >
93
- <groupId >com.fasterxml.jackson.core</groupId >
94
- <artifactId >jackson-core</artifactId >
95
- <version >${jackson.version} </version >
96
- </dependency >
97
- <dependency >
98
- <groupId >com.fasterxml.jackson.core</groupId >
99
- <artifactId >jackson-databind</artifactId >
100
- <version >${jackson.version} </version >
101
- </dependency >
102
-
103
78
<!-- Logging -->
104
79
<dependency >
105
80
<groupId >org.apache.logging.log4j</groupId >
You can’t perform that action at this time.
0 commit comments