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 230
230
<artifactId >httpcore</artifactId >
231
231
<scope >provided</scope >
232
232
</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 >
233
241
<dependency >
234
242
<groupId >com.arangodb</groupId >
235
243
<artifactId >velocypack</artifactId >
267
275
<artifactId >httpcore</artifactId >
268
276
<version >4.4.11</version >
269
277
</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 >
270
288
<dependency >
271
289
<groupId >com.arangodb</groupId >
272
290
<artifactId >velocypack</artifactId >
You can’t perform that action at this time.
0 commit comments