File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 230230 <artifactId >httpcore</artifactId >
231231 <scope >provided</scope >
232232 </dependency >
233+ <dependency >
234+ <groupId >commons-logging</groupId >
235+ <artifactId >commons-logging</artifactId >
236+ </dependency >
237+ <dependency >
238+ <groupId >commons-codec</groupId >
239+ <artifactId >commons-codec</artifactId >
240+ </dependency >
233241 <dependency >
234242 <groupId >com.arangodb</groupId >
235243 <artifactId >velocypack</artifactId >
267275 <artifactId >httpcore</artifactId >
268276 <version >4.4.11</version >
269277 </dependency >
278+ <dependency >
279+ <groupId >commons-codec</groupId >
280+ <artifactId >commons-codec</artifactId >
281+ <version >1.11</version >
282+ </dependency >
283+ <dependency >
284+ <groupId >commons-logging</groupId >
285+ <artifactId >commons-logging</artifactId >
286+ <version >1.2</version >
287+ </dependency >
270288 <dependency >
271289 <groupId >com.arangodb</groupId >
272290 <artifactId >velocypack</artifactId >
You can’t perform that action at this time.
0 commit comments