We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989e56d commit 90ac3fbCopy full SHA for 90ac3fb
project/VertxScalaBuild.scala
@@ -64,13 +64,11 @@ object Dependencies {
64
"io.vertx" %% "lang-scala" % vertxLangScalaVersion % "provided",
65
"com.github.mauricio" %% "postgresql-async" % asyncDriverVersion % "compile" excludeAll(
66
ExclusionRule(organization = "org.scala-lang"),
67
- ExclusionRule(organization = "io.netty"),
68
- ExclusionRule(organization = "org.slf4j")
+ ExclusionRule(organization = "io.netty")
69
),
70
"com.github.mauricio" %% "mysql-async" % asyncDriverVersion % "compile" excludeAll(
71
72
73
74
)
75
) ::: test
76
0 commit comments