File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,11 @@ object Dependencies {
64
64
" io.vertx" %% " lang-scala" % vertxLangScalaVersion % " provided" ,
65
65
" com.github.mauricio" %% " postgresql-async" <
8240
span class="pl-k">% asyncDriverVersion % " compile" excludeAll(
66
66
ExclusionRule (organization = " org.scala-lang" ),
67
- ExclusionRule (organization = " io.netty" ),
68
- ExclusionRule (organization = " org.slf4j" )
67
+ ExclusionRule (organization = " io.netty" )
69
68
),
70
69
" com.github.mauricio" %% " mysql-async" % asyncDriverVersion % " compile" excludeAll(
71
70
ExclusionRule (organization = " org.scala-lang" ),
72
- ExclusionRule (organization = " io.netty" ),
73
- ExclusionRule (organization = " org.slf4j" )
71
+ ExclusionRule (organization = " io.netty" )
74
72
)
75
73
) ::: test
76
74
You can’t perform that action at this time.
0 commit comments