Skip to content

Commit ac8fd2a

Browse files
author
Norman Maurer
committed
exclude io.netty as it is provided by vertx
1 parent 19d3b21 commit ac8fd2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ dependencies {
6363

6464
compile("com.github.mauricio:postgresql-async_2.10:$asyncDriverVersion") {
6565
exclude group: 'org.scala-lang'
66+
exclude group: 'io.netty'
6667
}
6768
compile("com.github.mauricio:mysql-async_2.10:$asyncDriverVersion") {
6869
exclude group: 'org.scala-lang'
70+
exclude group: 'io.netty'
6971
}
7072
}
7173

0 commit comments

Comments
 (0)