diff --git a/project/VertxScalaBuild.scala b/project/VertxScalaBuild.scala index d916542..8b164a9 100644 --- a/project/VertxScalaBuild.scala +++ b/project/VertxScalaBuild.scala @@ -64,13 +64,11 @@ object Dependencies { "io.vertx" %% "lang-scala" % vertxLangScalaVersion % "provided", "com.github.mauricio" %% "postgresql-async" % asyncDriverVersion % "compile" excludeAll( ExclusionRule(organization = "org.scala-lang"), - ExclusionRule(organization = "io.netty"), - ExclusionRule(organization = "org.slf4j") + ExclusionRule(organization = "io.netty") ), "com.github.mauricio" %% "mysql-async" % asyncDriverVersion % "compile" excludeAll( ExclusionRule(organization = "org.scala-lang"), - ExclusionRule(organization = "io.netty"), - ExclusionRule(organization = "org.slf4j") + ExclusionRule(organization = "io.netty") ) ) ::: test