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 4646 <properties >
4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4848
49- <!-- guava version -->
50- <guava .version>28.1-jre</guava .version>
51-
5249 <!-- Http Components version -->
5350 <http-components .version>4.5.10</http-components .version>
5451
55- <!-- Jackson version -->
56- <jackson .version>2.9.9</jackson .version>
57-
5852 <!-- Specify which Checkstyle ruleset to use -->
5953 <checkstyle .ruleset>build/checkstyle-v1.5.xml</checkstyle .ruleset>
6054 <checkstyle .plugin.version>3.0.0</checkstyle .plugin.version>
8175 <version >${http-components.version} </version >
8276 </dependency >
8377
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-
10378 <!-- Logging -->
10479 <dependency >
10580 <groupId >org.apache.logging.log4j</groupId >
You can’t perform that action at this time.
0 commit comments