We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a3751 commit 9a8a071Copy full SHA for 9a8a071
ChangeLog.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
10
11
- fixed compatibility of `ArangoCursor#filter` with Java 6
12
- fixed replace-insert with `DocumentCreateOptions#overwrite(Boolean)` for `ArangoCollection#insertDocuments`
13
+- removed unused dependency
14
15
## [5.0.1] - 2018-09-25
16
pom.xml
@@ -204,11 +204,6 @@
204
</build>
205
206
<dependencies>
207
- <dependency>
208
- <groupId>io.netty</groupId>
209
- <artifactId>netty-all</artifactId>
210
- <version>4.1.29.Final</version>
211
- </dependency>
212
<dependency>
213
<groupId>org.apache.httpcomponents</groupId>
214
<artifactId>httpclient</artifactId>
0 commit comments