Skip to content

Commit 2c2ea99

Browse files
committed
v6.6.3
1 parent 51642b7 commit 2c2ea99

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [6.6.3] - 2020-05-06
10+
11+
- velocypack v2.3.1
12+
913
## [6.6.2] - 2020-04-07
1014

1115
- bugfix VelocyJack deserialization

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.arangodb</groupId>
77
<artifactId>arangodb-java-driver</artifactId>
8-
<version>6.6.2</version>
8+
<version>6.6.3</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>org.apache.httpcomponents</groupId>
162162
<artifactId>httpclient</artifactId>
163-
<scope>provided</scope>
163+
<optional>true</optional>
164164
</dependency>
165165
<dependency>
166166
<groupId>com.arangodb</groupId>

0 commit comments

Comments
 (0)