Skip to content

Commit 58f80a6

Browse files
committed
update to java 8
1 parent 354a5bb commit 58f80a6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,14 @@
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>
@@ -267,6 +275,16 @@
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>

0 commit comments

Comments
 (0)