File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 135
135
136
136
<properties >
137
137
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
138
- <commons-lang3 .version>3.3.2 </commons-lang3 .version>
138
+ <commons-collections4 .version>4.0 </commons-collections4 .version>
139
139
<gson .version>2.3</gson .version>
140
140
<httpclient .version>4.2.3</httpclient .version>
141
141
<slf4j-api .version>1.7.7</slf4j-api .version>
147
147
<dependencies >
148
148
<dependency >
149
149
<groupId >org.apache.commons</groupId >
150
- <artifactId >commons-lang3 </artifactId >
151
- <version >${commons-lang3 .version} </version >
150
+ <artifactId >commons-collections4 </artifactId >
151
+ <version >${commons-collections4 .version} </version >
152
152
</dependency >
153
153
<dependency >
154
154
<groupId >com.google.code.gson</groupId >
You can’t perform that action at this time.
0 commit comments