Skip to content

Commit 9a8a071

Browse files
author
mpv1989
committed
Remove unused dependency
1 parent 58a3751 commit 9a8a071

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

ChangeLog.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1010

1111
- fixed compatibility of `ArangoCursor#filter` with Java 6
1212
- fixed replace-insert with `DocumentCreateOptions#overwrite(Boolean)` for `ArangoCollection#insertDocuments`
13+
- removed unused dependency
1314

1415
## [5.0.1] - 2018-09-25
1516

pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,6 @@
204204
</build>
205205

206206
<dependencies>
207-
<dependency>
208-
<groupId>io.netty</groupId>
209-
<artifactId>netty-all</artifactId>
210-
<version>4.1.29.Final</version>
211-
</dependency>
212207
<dependency>
213208
<groupId>org.apache.httpcomponents</groupId>
214209
<artifactId>httpclient</artifactId>

0 commit comments

Comments
 (0)